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"