From: nbd Date: Sun, 25 Mar 2007 16:22:42 +0000 (+0000) Subject: add prereq check for pkg-config (required by ntfs-3g) X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=21ac2748953462cf0ddffc1dc680a4eca0fe5eb3 add prereq check for pkg-config (required by ntfs-3g) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6696 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index aaf85083e..5c07adaa7 100644 --- a/package/ntfs-3g/Makefile +++ b/package/ntfs-3g/Makefile @@ -105,3 +105,6 @@ define Package/ntfs-3g/install endef $(eval $(call BuildPackage,ntfs-3g)) +$(eval $(call RequireCommand,pkg-config, \ + $(PKG_NAME) requires pkg-config. \ +))