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-Tag: reboot~29635 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=0796f7915226696cb23bd305840c863c7221cdd3 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. \ +))