mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
xbmc-pvr: fix build without using xorg
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
199f5cd6a0
commit
320ee7a02b
@ -25,7 +25,7 @@
|
||||
if [ "$XORG_SUPPORT" = yes ]; then
|
||||
XBMC_XORG="--enable-x11 --enable-xrandr"
|
||||
else
|
||||
XBMC_XORG="--enable-x11 --enable-xrandr"
|
||||
XBMC_XORG="--disable-x11 --disable-xrandr"
|
||||
fi
|
||||
|
||||
if [ "$OPENGL_SUPPORT" = yes ]; then
|
||||
|
@ -53,8 +53,8 @@ fi
|
||||
|
||||
if [ "$OPENGLES_SUPPORT" = yes ]; then
|
||||
# for OpenGL-ES support
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS OpenGLES"
|
||||
PKG_DEPENDS="$PKG_DEPENDS OpenGLES"
|
||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGLES"
|
||||
PKG_DEPENDS="$PKG_DEPENDS $OPENGLES"
|
||||
fi
|
||||
|
||||
# for dbus support
|
||||
|
Loading…
x
Reference in New Issue
Block a user