Merge pull request #10194 from nickberry17/master

modemmanager: remove check for unneeded host dependency intltool
This commit is contained in:
Rosen Penev 2019-10-09 18:57:45 -07:00 committed by GitHub
commit 16fdfac0ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,8 +129,4 @@ $(eval $(call RequireCommand,xsltproc, \
$(PKG_NAME) requires xsltproc installed on the host-system. \ $(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)) $(eval $(call BuildPackage,modemmanager))