mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-01 13:13:54 +00:00
projects/intel:
- add some config options
This commit is contained in:
parent
db83aaeed6
commit
bda79c4a97
@ -24,6 +24,9 @@
|
||||
# build and install Samba Server (yes / no)
|
||||
SAMBA_SERVER=yes
|
||||
|
||||
# todo (need for vdr?)
|
||||
SERVICES=yes
|
||||
|
||||
# Displayserver to use (xorg-server / no)
|
||||
DISPLAYSERVER=xorg-server
|
||||
|
||||
@ -43,6 +46,23 @@
|
||||
# digimatrix/mceusb/mceusb2/streamzap/cx88/imonknob/ultrax/dvico/MCE-X10)
|
||||
RECEIVER=mceusb
|
||||
|
||||
# Locales to include in the ISO
|
||||
# can be empty or a list of locale names
|
||||
# e.g. "en_US.ISO-8859-1 it_IT.UTF-8"
|
||||
# used only when TARGET_LIBC=glibc
|
||||
INCLUDED_LOCALES=
|
||||
|
||||
# Default locale to use (empty disables locale support)
|
||||
# remember to set INCLUDED_LOCALES accordingly
|
||||
# used only when TARGET_LIBC=glibc
|
||||
DEFAULT_LOCALE=
|
||||
|
||||
# Timezones to include in the ISO
|
||||
# can be empty, "all" or a list of zoneinfo names
|
||||
# e.g. "Europe/Rome GMT Africa America/Kentucky"
|
||||
# used only when TARGET_LIBC=glibc
|
||||
INCLUDED_TIMEZONES=all
|
||||
|
||||
# MESA to use (Mesa / Mesa-master)
|
||||
MESA=Mesa-master
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user