summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xlib_libICE
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2015-04-18 14:40:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-18 18:33:54 +0200
commitb05cce23262e4ea2dcd030a7e19bf4c6601ea97a (patch)
tree3ac390d14966b066bafa429ff3873ef0f6b541cd /package/x11r7/xlib_libICE
parent194d7c531b613e4f04981a6319fc81664b257a61 (diff)
downloadbuildroot-b05cce23262e4ea2dcd030a7e19bf4c6601ea97a.tar.gz
buildroot-b05cce23262e4ea2dcd030a7e19bf4c6601ea97a.zip
package/x11r7/xlib_libICE: Add host-pkgconf dependency
Using this defconfig BR2_x86_pentium4=y BR2_COMPILER_PARANOID_UNSAFE_PATH=y BR2_TOOLCHAIN_EXTERNAL=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-i386-pentium4-full-2015.02.tar.bz2" BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_2=y BR2_TOOLCHAIN_EXTERNAL_INET_IPV6=y BR2_TOOLCHAIN_EXTERNAL_LOCALE=y BR2_TOOLCHAIN_EXTERNAL_INET_RPC=y BR2_TOOLCHAIN_EXTERNAL_CXX=y BR2_PACKAGE_XORG7=y BR2_PACKAGE_XLIB_LIBICE=y build would fail without this patch: checking for ICE... configure: error: in `/home/br/buildroot/output/build/xlib_libICE-1.0.9': 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. Alternatively, you may set the environment variables ICE_CFLAGS and ICE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. To get pkg-config, see <http://pkg-config.freedesktop.org/>. See `config.log' for more details Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x11r7/xlib_libICE')
-rw-r--r--package/x11r7/xlib_libICE/xlib_libICE.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/x11r7/xlib_libICE/xlib_libICE.mk b/package/x11r7/xlib_libICE/xlib_libICE.mk
index 6f69bfb6ac..e2a4e7d387 100644
--- a/package/x11r7/xlib_libICE/xlib_libICE.mk
+++ b/package/x11r7/xlib_libICE/xlib_libICE.mk
@@ -10,6 +10,6 @@ XLIB_LIBICE_SITE = http://xorg.freedesktop.org/releases/individual/lib
XLIB_LIBICE_LICENSE = MIT
XLIB_LIBICE_LICENSE_FILES = COPYING
XLIB_LIBICE_INSTALL_STAGING = YES
-XLIB_LIBICE_DEPENDENCIES = xlib_xtrans xproto_xproto
+XLIB_LIBICE_DEPENDENCIES = xlib_xtrans xproto_xproto host-pkgconf
$(eval $(autotools-package))
OpenPOWER on IntegriCloud