Merge pull request #793 from lrusak/lcdproc

projects/*/options: disable lcdproc for all projects except Generic/Virtual
This commit is contained in:
MilhouseVH 2016-10-05 20:26:44 +01:00 committed by GitHub
commit 6ec24450e6
8 changed files with 24 additions and 0 deletions

View File

@ -110,6 +110,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# Amlogic IR remote support (yes / no)
AMREMOTE_SUPPORT="no"

View File

@ -120,6 +120,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# build with swap support (yes / no)
SWAP_SUPPORT="yes"

View File

@ -120,6 +120,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# build with swap support (yes / no)
SWAP_SUPPORT="yes"

View File

@ -130,6 +130,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# Amlogic IR remote support (yes / no)
AMREMOTE_SUPPORT="yes"

View File

@ -118,6 +118,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# Amlogic IR remote support (yes / no)
AMREMOTE_SUPPORT="yes"

View File

@ -124,6 +124,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# Amlogic IR remote support (yes / no)
AMREMOTE_SUPPORT="yes"

View File

@ -117,6 +117,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# Amlogic IR remote support (yes / no)
AMREMOTE_SUPPORT="yes"

View File

@ -145,6 +145,9 @@
# build and install IRServer IR/LCD support (yes / no)
IRSERVER_SUPPORT="no"
# "none" for disable LCD support
LCD_DRIVER="none"
# build with swap support (yes / no)
SWAP_SUPPORT="no"