xlib_libXau: add host-pkgconf to its dependencies
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Wed, 3 Dec 2014 14:18:42 +0000 (14:18 +0000)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 3 Dec 2014 16:23:01 +0000 (17:23 +0100)
xlib_libXau needs pkg-config during the configure phase. Otherwise it
will fail with an error like this one:

checking for XAU... configure: error: in
`/br/output/build/xlib_libXau-1.0.8':
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.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xlib_libXau/xlib_libXau.mk

index 720c62c424880c657b69e0c9a11dac452d682b5d..8ef48e4a7b30e75a6c9046bda494d5eb9ab1ebd8 100644 (file)
@@ -10,7 +10,7 @@ XLIB_LIBXAU_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBXAU_LICENSE = MIT
 XLIB_LIBXAU_LICENSE_FILES = COPYING
 XLIB_LIBXAU_INSTALL_STAGING = YES
-XLIB_LIBXAU_DEPENDENCIES = xutil_util-macros xproto_xproto
+XLIB_LIBXAU_DEPENDENCIES = host-pkgconf xutil_util-macros xproto_xproto
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))