mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +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 )
|
# only busybox exists in initramfs) (yes /no )
|
||||||
BUSYBOX_STATIC=yes
|
BUSYBOX_STATIC=yes
|
||||||
|
|
||||||
# Mediacenter to use (moovida / mythtv / no)
|
# Mediacenter to use (enna / moovida / mythtv / no)
|
||||||
MEDIACENTER=moovida
|
MEDIACENTER=moovida
|
||||||
|
|
||||||
# build with plymouth graphical boot (yes / no)
|
# build with plymouth graphical boot (yes / no)
|
||||||
@ -36,7 +36,7 @@
|
|||||||
LIBDRM=libdrm
|
LIBDRM=libdrm
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES=no
|
GAMES=yes
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
# build with emulator support (yes / no)
|
||||||
EMULATORS=no
|
EMULATORS=no
|
||||||
@ -63,6 +63,10 @@ if [ "$MEDIACENTER" = mythtv ]; then
|
|||||||
MESA_GLU=yes
|
MESA_GLU=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$MEDIACENTER" = enna ]; then
|
||||||
|
MESA_GLU=yes
|
||||||
|
fi
|
||||||
|
|
||||||
get_graphicdrivers() {
|
get_graphicdrivers() {
|
||||||
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
if [ "$GRAPHIC_DRIVERS" = all ]; then
|
||||||
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"
|
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user