diff options
author | Steven Barth <steven@midlink.org> | 2014-07-18 11:01:39 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-07-18 11:01:39 +0200 |
commit | a689d930f104100db6b2f8c5434449ce4867b932 (patch) | |
tree | a78b3761aef2f4c88b5598176a57a98ac1b77bfb /libs/avahi | |
parent | 6f2fbb97a0417d56fa0d45c274ad8d18e1ed7601 (diff) |
Revert "avahi: remove dbus support for now"
This reverts commit c1675e2bc57a4e6da803bf85125477d4488efbc2.
Diffstat (limited to 'libs/avahi')
-rw-r--r-- | libs/avahi/Makefile | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 4df7b8050..f2d882d32 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -26,7 +26,7 @@ PKG_SOURCE_URL:=http://avahi.org/download/ PKG_MD5SUM:=2f22745b8f7368ad5a0a3fddac343f2d PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> -PKG_BUILD_DEPENDS:=libexpat libdaemon libgdbm intltool/host libpthread +PKG_BUILD_DEPENDS:=libexpat libdaemon libgdbm intltool/host libpthread dbus PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=autogen.sh @@ -132,28 +132,28 @@ $(call Package/avahi/Default/description) in a DHCP-like fashion. Especially useful on IPv6. endef -#define Package/libavahi-dbus-support -# $(call Package/avahi/Default) -# SECTION:=libs -# CATEGORY:=Libraries -# VARIANT:=dbus -# DEPENDS:=+dbus +libavahi -# TITLE+= (D-Bus support) -#endef - -#define Package/libavahi-dbus-support/description -#$(call Package/libavahi/description) -# . -# The libavahi-dbus-support package enables -# D-Bus support in avahi, needed to support -# the libavahi-client library and avahi-utils. -# Selecting this package modifies the build configuration -# so that avahi packages are built with support for D-BUS enabled; -# it does not generate a separate binary of its own. -# It also automatically adds the D-Bus package to the build. -# libavahi-dbus-support is selected automatically if you select -# libavahi-client or avahi-utils. -#endef +define Package/libavahi-dbus-support + $(call Package/avahi/Default) + SECTION:=libs + CATEGORY:=Libraries + VARIANT:=dbus + DEPENDS:=+dbus +libavahi + TITLE+= (D-Bus support) +endef + +define Package/libavahi-dbus-support/description +$(call Package/libavahi/description) + . + The libavahi-dbus-support package enables + D-Bus support in avahi, needed to support + the libavahi-client library and avahi-utils. + Selecting this package modifies the build configuration + so that avahi packages are built with support for D-BUS enabled; + it does not generate a separate binary of its own. + It also automatically adds the D-Bus package to the build. + libavahi-dbus-support is selected automatically if you select + libavahi-client or avahi-utils. +endef define Package/libavahi-client $(call Package/avahi/Default) @@ -251,10 +251,10 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/* $(1)/usr/lib/pkgconfig/ endef -#define Package/libavahi-dbus-support/install -# $(INSTALL_DIR) $(1)/etc/dbus-1/system.d -# $(CP) $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/* $(1)/etc/dbus-1/system.d -#endef +define Package/libavahi-dbus-support/install + $(INSTALL_DIR) $(1)/etc/dbus-1/system.d + $(CP) $(PKG_INSTALL_DIR)/etc/dbus-1/system.d/* $(1)/etc/dbus-1/system.d +endef define Package/libavahi/install # The next line removes the ".build" file from the "other" build. @@ -306,7 +306,7 @@ endef $(eval $(call BuildPackage,libavahi-client)) $(eval $(call BuildPackage,avahi-utils)) -#$(eval $(call BuildPackage,libavahi-dbus-support)) +$(eval $(call BuildPackage,libavahi-dbus-support)) $(eval $(call BuildPackage,libavahi)) $(eval $(call BuildPackage,avahi-autoipd)) $(eval $(call BuildPackage,avahi-daemon)) |