package/cairo: enable gobject for host
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 12 Sep 2020 17:23:58 +0000 (19:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 Sep 2020 13:50:34 +0000 (15:50 +0200)
gobject is needed for host-librsvg

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/cairo/cairo.mk

index c6a3dad9321619223c729af0644e4063b318472f..1d1ab108ef23dc71caab26b2138105075926d8a6 100644 (file)
@@ -41,7 +41,7 @@ HOST_CAIRO_CONF_OPTS = \
        --enable-interpreter=no \
        --disable-directfb \
        --enable-ft \
-       --disable-gobject \
+       --enable-gobject \
        --disable-glesv2 \
        --disable-vg \
        --disable-xlib \
@@ -58,6 +58,7 @@ HOST_CAIRO_CONF_OPTS = \
 HOST_CAIRO_DEPENDENCIES = \
        host-freetype \
        host-fontconfig \
+       host-libglib2 \
        host-libpng \
        host-pixman \
        host-pkgconf