|
@@ -23,11 +23,16 @@ GDK_PIXBUF_CONF_ENV = \
|
|
|
HOST_GDK_PIXBUF_CONF_ENV = \
|
|
|
gio_can_sniff=no
|
|
|
|
|
|
-GDK_PIXBUF_CONF_OPTS = \
|
|
|
- --disable-glibtest \
|
|
|
- --disable-introspection
|
|
|
+GDK_PIXBUF_CONF_OPTS = --disable-glibtest
|
|
|
HOST_GDK_PIXBUF_CONF_OPTS = --disable-introspection
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
|
|
+GDK_PIXBUF_CONF_OPTS += --enable-introspection
|
|
|
+GDK_PIXBUF_DEPENDENCIES += gobject-introspection
|
|
|
+else
|
|
|
+GDK_PIXBUF_CONF_OPTS += --disable-introspection
|
|
|
+endif
|
|
|
+
|
|
|
ifneq ($(BR2_PACKAGE_LIBPNG),y)
|
|
|
GDK_PIXBUF_CONF_OPTS += --without-libpng
|
|
|
else
|