Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

projects/*/options: disable lcdproc for all projects except Generic/Virtual #793

Merged
merged 1 commit into from Oct 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions projects/Odroid_C2/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/RPi/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/RPi2/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/WeTek_Core/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/WeTek_Hub/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/WeTek_Play/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/WeTek_Play_2/options
Expand Up @@ -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"

Expand Down
3 changes: 3 additions & 0 deletions projects/imx6/options
Expand Up @@ -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"

Expand Down