package/x11r7/xlib_libfontenc: add missing dependency on host-pkgconf
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 13 Nov 2018 14:52:55 +0000 (15:52 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 13 Nov 2018 18:51:35 +0000 (19:51 +0100)
The xlib_libfontenc configure.ac uses PKG_CHECK_MODULES(), but the
Buildroot package does not have a dependency on host-pkgconf. This
causes a build failure with per-package host/target folders, or if one
builds just with "make xlib_libfontenc", which is why it was never
detected by the autobuilders.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/x11r7/xlib_libfontenc/xlib_libfontenc.mk

index 526aea9fe5fe2d3cd463afa5b6ee5a3f5efe1639..cb84ae4ee19c118312e3e75d47b4acfafe98eebf 100644 (file)
@@ -10,8 +10,8 @@ XLIB_LIBFONTENC_SITE = http://xorg.freedesktop.org/releases/individual/lib
 XLIB_LIBFONTENC_LICENSE = MIT
 XLIB_LIBFONTENC_LICENSE_FILES = COPYING
 XLIB_LIBFONTENC_INSTALL_STAGING = YES
-XLIB_LIBFONTENC_DEPENDENCIES = zlib xorgproto
-HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xorgproto
+XLIB_LIBFONTENC_DEPENDENCIES = zlib xorgproto host-pkgconf
+HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xorgproto host-pkgconf
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))