package/modem-manager: fix build without xsltproc
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 5 Nov 2020 07:47:39 +0000 (08:47 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 5 Nov 2020 08:40:11 +0000 (09:40 +0100)
commit5eb9e3624214a2d57bcb8c03a0d08cb12302749a
treec1635a5816f3c8194edbcb86df42486e91013b0d
parent969fe10855e2fbee623d545859a5209dea85534a
package/modem-manager: fix build without xsltproc

Commit 8efb52c1a17210dc79cfb61f56a71ffb760ccbe9 added a libxslt
dependency presumably to manage
https://github.com/freedesktop/ModemManager/commit/bbd39a457ce2949dd167f9c2e01eecf6a9e14716

However, this is wrong and build will fail on:

checking for xsltproc... no
configure: error: Please install xsltproc before configuring.

xsltproc is used to generate ModemManager-names.h since, at least,
version 0.7.990 and
https://github.com/freedesktop/ModemManager/commit/365b906a3e1bda05af10f92451a6b6ae60f8b879
However, this file is already available in the official tarball so drop
this unneeded dependency and set ac_cv_prog_XSLTPROC_CHECK to yes

Fixes:
 - http://autobuild.buildroot.org/results/edc755b874ea43d1c009ad76c28f05e18519138e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/modem-manager/Config.in
package/modem-manager/modem-manager.mk