From 788329893ddbbb35801cc200d7a754f5bf59fc52 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 17:46:10 +0200 Subject: [PATCH] atvclient: disable autoreconf --- packages/sysutils/atvclient/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/atvclient/package.mk b/packages/sysutils/atvclient/package.mk index 53c5cf7f70..49b1680759 100644 --- a/packages/sysutils/atvclient/package.mk +++ b/packages/sysutils/atvclient/package.mk @@ -29,5 +29,5 @@ PKG_SHORTDESC="atvclient: a background application for Linux that reads input fr 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" +PKG_AUTORECONF="no"