config/options:

- we build and install Mesa GLU by default
- various cleanups
This commit is contained in:
Stephan Raue 2010-01-15 00:15:52 +01:00
parent 4c1a9aa45d
commit ebff540cbe

View File

@ -6,7 +6,7 @@ PROJECT_DIR=$ROOT/projects
# read personal options if available
if [ -f $PROJECT_DIR/$PROJECT/options ]; then
. $PROJECT_DIR/$PROJECT/options
. $PROJECT_DIR/$PROJECT/options
fi
# Target system library C (eglibc)
@ -43,10 +43,6 @@ PROJECT_DIR=$ROOT/projects
# multi-processor computer (like hyperthreading SMP CPU)
CONCURRENCY_MAKE_LEVEL=1
if [ "$MEDIACENTER" = xbmc ]; then
MESA_GLU=yes
fi
get_graphicdrivers() {
if [ "$GRAPHIC_DRIVERS" = all ]; then
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nvidia"