xbmc-pvr: fix build without using xorg

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-02 14:24:25 +01:00
parent 199f5cd6a0
commit 320ee7a02b
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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