cairo: enable gobject

This commit is contained in:
CvH 2018-06-21 10:56:16 +02:00
parent 34a0a69570
commit 3ce1f6fd88

View File

@ -90,9 +90,7 @@ PKG_CONFIGURE_OPTS_TARGET="$PKG_CAIRO_CONFIG \
--disable-beos \ --disable-beos \
--disable-cogl \ --disable-cogl \
--disable-drm \ --disable-drm \
--disable-drm-xr \
--disable-gallium \ --disable-gallium \
--disable-xcb-drm \
--enable-png \ --enable-png \
--disable-directfb \ --disable-directfb \
--disable-vg \ --disable-vg \
@ -107,7 +105,7 @@ PKG_CONFIGURE_OPTS_TARGET="$PKG_CAIRO_CONFIG \
--disable-tee \ --disable-tee \
--disable-xml \ --disable-xml \
--enable-pthread \ --enable-pthread \
--disable-gobject \ --enable-gobject=yes \
--disable-full-testing \ --disable-full-testing \
--disable-trace \ --disable-trace \
--enable-interpreter \ --enable-interpreter \