From 909bdace05bc5afaa7bc6f23009b7d0edb6ebc4a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 2 Oct 2006 17:53:26 +0000 Subject: [PATCH] add pkg-config prereq SVN-Revision: 4888 --- libs/avahi/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index da02db83f..d6ebefd83 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -198,3 +198,8 @@ endef $(eval $(call BuildPackage,libavahi)) $(eval $(call BuildPackage,avahi-daemon)) $(eval $(call BuildPackage,avahi-dnsconfd)) + +$(eval $(call RequireCommand,pkg-config, \ + $(PKG_NAME) requires pkg-config. \ +)) + -- 2.30.2