mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
projects/ATV/options: typo, build without games and emulators support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2759af7a38
commit
56fd1bce91
@ -130,7 +130,7 @@
|
|||||||
GRAPHIC_DRIVERS="nouveau"
|
GRAPHIC_DRIVERS="nouveau"
|
||||||
|
|
||||||
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
# Use VDPAU video acceleration (needs nVidia driver and a supported card)
|
||||||
VDPAU="mo"
|
VDPAU="no"
|
||||||
|
|
||||||
# Use VAAPI video acceleration (needs intel i965 driver and a supported card)
|
# Use VAAPI video acceleration (needs intel i965 driver and a supported card)
|
||||||
VAAPI="no"
|
VAAPI="no"
|
||||||
@ -184,10 +184,10 @@
|
|||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES="yes"
|
GAMES="no"
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
# build with emulator support (yes / no)
|
||||||
EMULATORS="yes"
|
EMULATORS="no"
|
||||||
|
|
||||||
# Testpackages for development (yes / no)
|
# Testpackages for development (yes / no)
|
||||||
TESTING="no"
|
TESTING="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user