diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-21 14:13:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-09-25 23:18:21 +0200 |
commit | a517df56d641e1b3d4ce5988eb5d1747cd78a69a (patch) | |
tree | 75eb42c192afd25abfbdbf3da6efda62e2e8a19b /package/python-lxml/python-lxml.hash | |
parent | 84bf4dfe2ea07f02e690fc841866a96e2f6e7028 (diff) | |
download | buildroot-a517df56d641e1b3d4ce5988eb5d1747cd78a69a.tar.gz buildroot-a517df56d641e1b3d4ce5988eb5d1747cd78a69a.zip |
xlib_libXdmcp: add missing dependency on host-pkgconf
The libXdmcp configure script uses pkg-config, but the Buildroot
package does not depend on host-pkgconf. This is not seen by the
autobuilders most likely because another package that is always built
before libXdmcp builds pkg-config.
However, running:
$ make xlib_libXdmcp
triggers the following build failure:
checking pkg-config is at least version 0.9.0... ./configure: line 12323: /home/thomas/projets/buildroot/output/host/bin/pkg-config: No such file or directory
no
[...]
checking for XDMCP... configure: error: in `/home/thomas/projets/buildroot/output/build/xlib_libXdmcp-1.1.2':
configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
This was detected using per-package target/host folders, because with
this, only the dependencies explicitly expressed by a package are
available to the package.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-lxml/python-lxml.hash')
0 files changed, 0 insertions, 0 deletions