From 51078704d4f6eee3a54d75c5b39df1f45e73407f Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 29 Jan 2012 20:15:57 +0100 Subject: [PATCH] projects/*/options: add option to enable joystick support Signed-off-by: Stephan Raue --- projects/ATV/options | 3 +++ projects/Fusion/options | 3 +++ projects/Generic/options | 3 +++ projects/Generic_OSS/options | 3 +++ projects/ION/options | 3 +++ projects/Intel/options | 3 +++ projects/Ultra/options | 3 +++ 7 files changed, 21 insertions(+) diff --git a/projects/ATV/options b/projects/ATV/options index c2cf5d5a71..5cd4886f96 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" diff --git a/projects/Fusion/options b/projects/Fusion/options index e3ee6cdcbf..88741aca96 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" diff --git a/projects/Generic/options b/projects/Generic/options index 55cc845539..c416e8c75e 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 75861c0be3..56a3c872b4 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" diff --git a/projects/ION/options b/projects/ION/options index 7867b94588..70aebb116f 100755 --- a/projects/ION/options +++ b/projects/ION/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" diff --git a/projects/Intel/options b/projects/Intel/options index 513851e6e9..7f58017094 100755 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes" diff --git a/projects/Ultra/options b/projects/Ultra/options index 9916536a1c..01683b7011 100755 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -249,6 +249,9 @@ # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="no" +# build and install Joystick support (yes / no) + JOYSTICK_SUPPORT="yes" + # build and install CEC adapter support (yes / no) CEC_SUPPORT="yes"