add prereq check for pkg-config (required by ntfs-3g)
[openwrt.git] / package / ntfs-3g / Makefile
index aaf8508..5c07ada 100644 (file)
@@ -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. \
+))
This page took 0.020655 seconds and 4 git commands to generate.