diff options
author | Cem Keylan <cem@ckyln.com> | 2022-01-06 03:53:07 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-01-06 03:53:07 +0300 |
commit | 583f1ff921e2050f5ba317f3ba42cdda256575ec (patch) | |
tree | 42091705fab3f1f50113e371b7efa0adcbfbe1e3 | |
parent | 62f72a1abe6172e29cee0acb7a061831d11b370c (diff) | |
download | repository-583f1ff921e2050f5ba317f3ba42cdda256575ec.tar.gz |
gdk-pixbuf: fix meson build
-rwxr-xr-x | extra/gdk-pixbuf/build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/gdk-pixbuf/build b/extra/gdk-pixbuf/build index 8d79b1b2..b92f29c2 100755 --- a/extra/gdk-pixbuf/build +++ b/extra/gdk-pixbuf/build @@ -4,7 +4,6 @@ export DESTDIR="$1" cl-meson \ -Dintrospection=enabled \ - -Djasper=false \ -Dpng=true \ -Ddocs=false \ -Dman=false \ |