xbmc-pvr:

- build with xrandr support
- various cleanups
This commit is contained in:
Stephan Raue 2010-03-04 21:28:14 +01:00
parent 63bcce21ea
commit 872c5c30cf

View File

@ -100,7 +100,7 @@ cd -
--enable-gl \
--disable-profiling \
--disable-joystick \
--disable-xrandr \
--enable-xrandr \
--disable-ccache \
--disable-pulse \
--enable-faac \
@ -124,17 +124,4 @@ cd -
make externals
make xbmc.bin
# make -C tools/TexturePacker \
# CC=$HOST_CC \
# CXX=$HOST_CXX \
# INCLUDES="-I../../xbmc/utils -I../../guilib -I../../xbmc/linux -I../../xbmc/lib/libsquish" \
# CFLAGS="" \
# LDFLAGS=""
# mkdir -p $ROOT/$TOOLCHAIN/bin
# cp -PR tools/TexturePacker $ROOT/$TOOLCHAIN/bin
# make XBMXTEX=$ROOT/$TOOLCHAIN/bin/TexturePacker skins
# make prefix=`pwd`/.install-data install-datas
make xbmc-xrandr