projects
/
openwrt
/
staging
/
thess.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d81c7f7
)
add prereq check for pkg-config (required by ntfs-3g)
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Mar 2007 16:22:42 +0000
(16:22 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 25 Mar 2007 16:22:42 +0000
(16:22 +0000)
SVN-Revision: 6696
package/ntfs-3g/Makefile
patch
|
blob
|
history
diff --git
a/package/ntfs-3g/Makefile
b/package/ntfs-3g/Makefile
index aaf85083ed8f3c05d33be53070deaea0764b98e3..5c07adaa7c3463063e7cccf455329b3784a3570f 100644
(file)
--- 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. \
+))