add prereq check for pkg-config (required by ntfs-3g)

SVN-Revision: 6696
lede-17.01
Felix Fietkau 2007-03-25 16:22:42 +00:00
parent d81c7f76b9
commit 0796f79152
1 changed files with 3 additions and 0 deletions

View 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. \
))