summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-25 16:22:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-25 16:22:42 +0000
commit21ac2748953462cf0ddffc1dc680a4eca0fe5eb3 (patch)
treedbffd3264251ff341bde1425ec1aef23482fe3d8 /package
parentd92ab4b98c9d797587af5c81c3ffa6fbe15d206c (diff)
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
Diffstat (limited to 'package')
-rw-r--r--package/ntfs-3g/Makefile3
1 files changed, 3 insertions, 0 deletions
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. \
+))