From: Nicholas Smith Date: Wed, 9 Oct 2019 22:30:26 +0000 (+1000) Subject: modemmanager: remove check for unneeded host dependency intltool X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=805daeaff12d181299f5572f6ec15de55c2d90bf;p=openwrt-packages.git modemmanager: remove check for unneeded host dependency intltool Signed-off-by: Nicholas Smith --- diff --git a/net/modemmanager/Makefile b/net/modemmanager/Makefile index 01a0f0652..885d3e283 100644 --- a/net/modemmanager/Makefile +++ b/net/modemmanager/Makefile @@ -129,8 +129,4 @@ $(eval $(call RequireCommand,xsltproc, \ $(PKG_NAME) requires xsltproc installed on the host-system. \ )) -$(eval $(call RequireCommand,intltoolize, \ - $(PKG_NAME) requires intltool installed on the host-system. \ -)) - $(eval $(call BuildPackage,modemmanager))