diff graphics/gdk-pixbuf/gdk-pixbuf.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents 7a71eb84714d
children 6710613b88b9
line wrap: on
line diff
--- a/graphics/gdk-pixbuf/gdk-pixbuf.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/graphics/gdk-pixbuf/gdk-pixbuf.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="LGPLv21"
 PKGSUMMARY="image loading library"
 PKGDOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.38/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="meson:build shared-mime-info"
+PKGDEPENDS="glib meson:build shared-mime-info"
 PKGOPTIONS="JASPER JPEG PNG TIFF X"
 
 : ${CC:=clang}
@@ -29,7 +29,7 @@
 : ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
-: ${JASPER:=no}         # TODO: set to yes once available
+: ${JASPER:=yes}
 : ${JPEG:=yes}
 : ${PNG:=yes}
 : ${TIFF:=yes}