7b1238055c
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>
18 lines
668 B
Makefile
18 lines
668 B
Makefile
################################################################################
|
|
#
|
|
# xlib_libfontenc
|
|
#
|
|
################################################################################
|
|
|
|
XLIB_LIBFONTENC_VERSION = 1.1.3
|
|
XLIB_LIBFONTENC_SOURCE = libfontenc-$(XLIB_LIBFONTENC_VERSION).tar.bz2
|
|
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-pkgconf
|
|
HOST_XLIB_LIBFONTENC_DEPENDENCIES = host-zlib host-xorgproto host-pkgconf
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|