check for gettext in the popt package

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4319 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-07-29 11:30:48 +00:00
parent ece557c830
commit cbe9ebf292

View File

@ -56,3 +56,7 @@ define Build/UninstallDev
endef
$(eval $(call BuildPackage,libpopt))
$(eval $(call RequireCommand,gettext, \
popt requires GNU gettext to build. \
))