pkg-config is built by the build system
authorFelix Fietkau <nbd@openwrt.org>
Mon, 4 Feb 2008 22:22:52 +0000 (22:22 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 4 Feb 2008 22:22:52 +0000 (22:22 +0000)
SVN-Revision: 10384

libs/avahi/Makefile
utils/ntfs-3g/Makefile

index 1bca39c7c04077d53110a994af4d681eb7205940..89c55138739166042e73b08c9bbc7d9c99adc986 100644 (file)
@@ -1,4 +1,5 @@
 #
+
 # Copyright (C) 2007 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -193,7 +194,3 @@ $(eval $(call BuildPackage,libavahi))
 $(eval $(call BuildPackage,avahi-autoipd))
 $(eval $(call BuildPackage,avahi-daemon))
 $(eval $(call BuildPackage,avahi-dnsconfd))
-
-$(eval $(call RequireCommand,pkg-config, \
-       $(PKG_NAME) requires pkg-config. \
-))
index edba3bb68d63f507f9e12481a7c4fb033f487dbe..3ef4b9cd76f6fa5f55ac9ac1f671bf3b55cfa315 100644 (file)
@@ -62,7 +62,3 @@ define Package/ntfs-3g/install
 endef
 
 $(eval $(call BuildPackage,ntfs-3g))
-
-$(eval $(call RequireCommand,pkg-config, \
-       $(PKG_NAME) requires pkg-config. \
-))