From c6ffda035e68f4d2ced07a09cc2fa1a04ee15924 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:15:07 +0100 Subject: [PATCH] atvclient: add autoreconf support Signed-off-by: Stephan Raue --- packages/sysutils/remote/atvclient/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/remote/atvclient/meta b/packages/sysutils/remote/atvclient/meta index 2b9d6d7f96..678993e2cc 100644 --- a/packages/sysutils/remote/atvclient/meta +++ b/packages/sysutils/remote/atvclient/meta @@ -12,3 +12,5 @@ PKG_SECTION="system/remote" PKG_SHORTDESC="atvclient: a background application for Linux that reads input from the AppleTV’s internal infra-red receiver" PKG_LONGDESC="atvclient is a background application for Linux that reads input from the AppleTV’s internal infra-red receiver and submits it to XBMC in a way very similar to how XBMCHelper does this under the native AppleTV OS. It implements most of the functionality the ATV OS HID driver supports, including pairing and control of the status LED." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"