gdk-pixbuf: fix meson args

This commit is contained in:
git-bruh 2022-03-22 11:53:40 +05:30
parent 0000e5bd40
commit be56186ee4
No known key found for this signature in database
GPG Key ID: E1475C50075ADCE6

View File

@ -7,9 +7,9 @@ meson \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
-Ddebug=false \ -Ddebug=false \
-Djpeg=true \ -Djpeg=enabled \
-Dpng=true \ -Dpng=enabled \
-Dtiff=false \ -Dtiff=disabled \
-Ddocs=false \ -Ddocs=false \
-Dman=false \ -Dman=false \
-Dgio_sniffing=false \ -Dgio_sniffing=false \