mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #793 from lrusak/lcdproc
projects/*/options: disable lcdproc for all projects except Generic/Virtual
This commit is contained in:
commit
6ec24450e6
@ -110,6 +110,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="no"
|
AMREMOTE_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -120,6 +120,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
# build with swap support (yes / no)
|
||||||
SWAP_SUPPORT="yes"
|
SWAP_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -120,6 +120,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
# build with swap support (yes / no)
|
||||||
SWAP_SUPPORT="yes"
|
SWAP_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -130,6 +130,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -118,6 +118,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -124,6 +124,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -117,6 +117,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# Amlogic IR remote support (yes / no)
|
# Amlogic IR remote support (yes / no)
|
||||||
AMREMOTE_SUPPORT="yes"
|
AMREMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -145,6 +145,9 @@
|
|||||||
# build and install IRServer IR/LCD support (yes / no)
|
# build and install IRServer IR/LCD support (yes / no)
|
||||||
IRSERVER_SUPPORT="no"
|
IRSERVER_SUPPORT="no"
|
||||||
|
|
||||||
|
# "none" for disable LCD support
|
||||||
|
LCD_DRIVER="none"
|
||||||
|
|
||||||
# build with swap support (yes / no)
|
# build with swap support (yes / no)
|
||||||
SWAP_SUPPORT="no"
|
SWAP_SUPPORT="no"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user