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
1 changed files with 3 additions and 3 deletions

View File

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