mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
add prereq check for pkg-config (required by ntfs-3g)
SVN-Revision: 6696
This commit is contained in:
parent
d81c7f76b9
commit
0796f79152
@ -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. \
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user