From a77cfe686835aedd3a03f2acccb8fc150d614320 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:45 +0100 Subject: [PATCH] avahi: add autoreconf support Signed-off-by: Stephan Raue --- packages/network/avahi/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/network/avahi/meta b/packages/network/avahi/meta index c25fafd23f..2a3b0694ab 100644 --- a/packages/network/avahi/meta +++ b/packages/network/avahi/meta @@ -12,3 +12,5 @@ PKG_SECTION="network" PKG_SHORTDESC="avahi: A Zeroconf mDNS/DNS-SD responder" PKG_LONGDESC="Avahi is a framework for Multicast DNS Service Discovery (mDNS/DNS-SD a.k.a. Zeroconf) on Linux. It allows programs to publish and discover services running on a local network with no specific configuration. For example, you can plug into a network and instantly find printers to print to, files to look at, and people to talk to." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"