mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
cairo: also build without weston or x11
This commit is contained in:
parent
308a722958
commit
d9d9414b4e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user