From: Fabrice Fontaine Date: Sat, 12 Sep 2020 17:23:58 +0000 (+0200) Subject: package/cairo: enable gobject for host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=127213e7e9486c03fe8a805bea876b60ec20467e;p=buildroot.git package/cairo: enable gobject for host gobject is needed for host-librsvg Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- diff --git a/package/cairo/cairo.mk b/package/cairo/cairo.mk index c6a3dad932..1d1ab108ef 100644 --- a/package/cairo/cairo.mk +++ b/package/cairo/cairo.mk @@ -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