diff options
author | Cem Keylan <cem@ckyln.com> | 2022-10-17 15:14:20 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-10-17 15:14:20 +0200 |
commit | bb4d6242def6edbec78f7d6e0f9b37aa46a010b6 (patch) | |
tree | fe7cc7f38a9098ebf44433fc68c899e0a598528e /extra/gcr/build | |
parent | 32c8aa4c77601bb7338ed82f38344b749ee84128 (diff) | |
download | repository-bb4d6242def6edbec78f7d6e0f9b37aa46a010b6.tar.gz |
gcr: bump to 4.0.0
Diffstat (limited to 'extra/gcr/build')
-rwxr-xr-x | extra/gcr/build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/gcr/build b/extra/gcr/build index 0cb68487..d9e2e5f4 100755 --- a/extra/gcr/build +++ b/extra/gcr/build @@ -3,9 +3,10 @@ export DESTDIR="$1" cl-meson \ - -Dintrospection=false \ + -Dintrospection=true \ -Dgtk_doc=false \ -Dssh_agent=false \ + -Dsystemd=disabled \ . output ninja -C output |