diff options
author | Cem Keylan <cem@ckyln.com> | 2022-03-23 13:50:09 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-03-23 13:50:09 +0100 |
commit | a3b6b6a888258e1d416b4d00a9a748e309b56621 (patch) | |
tree | 9f4e3a30d41325a6f477606108d56ff76469d46e /extra/gdk-pixbuf/build | |
parent | 9651595dffb8deae4f675a68c24ba44f0e4f4716 (diff) | |
download | repository-a3b6b6a888258e1d416b4d00a9a748e309b56621.tar.gz |
gdk-pixbuf: bump to 2.42.8
Diffstat (limited to 'extra/gdk-pixbuf/build')
-rwxr-xr-x | extra/gdk-pixbuf/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gdk-pixbuf/build b/extra/gdk-pixbuf/build index b92f29c2..0ba841ef 100755 --- a/extra/gdk-pixbuf/build +++ b/extra/gdk-pixbuf/build @@ -4,7 +4,7 @@ export DESTDIR="$1" cl-meson \ -Dintrospection=enabled \ - -Dpng=true \ + -Dpng=enabled \ -Ddocs=false \ -Dman=false \ -Dinstalled_tests=false \ |