mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
cairo: also build without weston or x11
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user