cairo: also build without weston or x11

This commit is contained in:
awiouy 2018-02-11 23:13:53 +01:00
parent 308a722958
commit d9d9414b4e

View File

@ -57,6 +57,14 @@ elif [ "$DISPLAYSERVER" = "weston" ]; then
--enable-glesv2 \
--enable-egl \
--without-x"
else
PKG_CAIRO_CONFIG="--disable-xlib \
--disable-xlib-xrender \
--disable-gl \
--disable-glx \
--disable-glesv2 \
--disable-egl \
--without-x"
fi
PKG_CONFIGURE_OPTS_TARGET="$PKG_CAIRO_CONFIG \