mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +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
|
if [ "$XORG_SUPPORT" = yes ]; then
|
||||||
XBMC_XORG="--enable-x11 --enable-xrandr"
|
XBMC_XORG="--enable-x11 --enable-xrandr"
|
||||||
else
|
else
|
||||||
XBMC_XORG="--enable-x11 --enable-xrandr"
|
XBMC_XORG="--disable-x11 --disable-xrandr"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OPENGL_SUPPORT" = yes ]; then
|
if [ "$OPENGL_SUPPORT" = yes ]; then
|
||||||
|
@ -53,8 +53,8 @@ fi
|
|||||||
|
|
||||||
if [ "$OPENGLES_SUPPORT" = yes ]; then
|
if [ "$OPENGLES_SUPPORT" = yes ]; then
|
||||||
# for OpenGL-ES support
|
# for OpenGL-ES support
|
||||||
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS OpenGLES"
|
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS $OPENGLES"
|
||||||
PKG_DEPENDS="$PKG_DEPENDS OpenGLES"
|
PKG_DEPENDS="$PKG_DEPENDS $OPENGLES"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# for dbus support
|
# for dbus support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user