From 965ba540b9fbe4d937b945f410f72f148fa699f4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Aug 2013 02:19:03 +0200 Subject: [PATCH] projects/Generic*: build and install atvclient support (usefull on Mac Mini) Signed-off-by: Stephan Raue --- projects/Generic/options | 2 +- projects/Generic_OSS/options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Generic/options b/projects/Generic/options index f31c79b5f1..1011e6af22 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -277,7 +277,7 @@ REMOTE_SUPPORT="yes" # build and install ATV IR remote support (yes / no) - ATVCLIENT_SUPPORT="no" + ATVCLIENT_SUPPORT="yes" # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index 0d96b77703..1d2ac19a8e 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -277,7 +277,7 @@ REMOTE_SUPPORT="yes" # build and install ATV IR remote support (yes / no) - ATVCLIENT_SUPPORT="no" + ATVCLIENT_SUPPORT="yes" # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes"