mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
config/options:
- we build and install Mesa GLU by default - various cleanups
This commit is contained in:
parent
4c1a9aa45d
commit
ebff540cbe
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user