mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 23:29:22 +02:00
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
This commit is contained in:
parent
d92ab4b98c
commit
21ac274895
@ -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