From: Felix Fietkau Date: Sun, 25 Mar 2007 16:22:42 +0000 (+0000) Subject: add prereq check for pkg-config (required by ntfs-3g) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f6b5f45a0c18a3d7ef232835b91740146b2d29ac;ds=sidebyside add prereq check for pkg-config (required by ntfs-3g) SVN-Revision: 6696 --- diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile index aaf85083ed..5c07adaa7c 100644 --- 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. \ +))