mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/intel:
- update config file
This commit is contained in:
parent
261d045eb1
commit
9ab4a8af92
@ -12,7 +12,7 @@
|
||||
# only busybox exists in initramfs) (yes /no )
|
||||
BUSYBOX_STATIC=yes
|
||||
|
||||
# Mediacenter to use (moovida / mythtv / no)
|
||||
# Mediacenter to use (enna / moovida / mythtv / no)
|
||||
MEDIACENTER=moovida
|
||||
|
||||
# build with plymouth graphical boot (yes / no)
|
||||
@ -36,7 +36,7 @@
|
||||
LIBDRM=libdrm
|
||||
|
||||
# build with games support (yes / no)
|
||||
GAMES=no
|
||||
GAMES=yes
|
||||
|
||||
# build with emulator support (yes / no)
|
||||
EMULATORS=no
|
||||
@ -63,6 +63,10 @@ if [ "$MEDIACENTER" = mythtv ]; then
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER" = enna ]; then
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
||||
get_graphicdrivers() {
|
||||
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
||||
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"
|
||||
|
Loading…
x
Reference in New Issue
Block a user