mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
cairo: enable glesv2 and egl when not building with x11
This commit is contained in:
parent
5c38a4c1df
commit
4eb3579739
@ -30,8 +30,7 @@ if [ "$DISPLAYSERVER" = "x11" ]; then
|
||||
--disable-glesv2 \
|
||||
--disable-egl \
|
||||
--with-x"
|
||||
|
||||
elif [ "$DISPLAYSERVER" = "weston" ]; then
|
||||
else
|
||||
PKG_CAIRO_CONFIG="--disable-xlib \
|
||||
--disable-xlib-xrender \
|
||||
--disable-gl \
|
||||
@ -39,14 +38,6 @@ 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