The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / x11r7 / xlib_libXfont / xlib_libXfont.mk
1 ################################################################################
2 #
3 # xlib_libXfont
4 #
5 ################################################################################
6
7 XLIB_LIBXFONT_VERSION = 1.5.1
8 XLIB_LIBXFONT_SOURCE = libXfont-$(XLIB_LIBXFONT_VERSION).tar.bz2
9 XLIB_LIBXFONT_SITE = http://xorg.freedesktop.org/releases/individual/lib
10 XLIB_LIBXFONT_LICENSE = MIT
11 XLIB_LIBXFONT_LICENSE_FILES = COPYING
12 XLIB_LIBXFONT_AUTORECONF = YES
13 XLIB_LIBXFONT_INSTALL_STAGING = YES
14 XLIB_LIBXFONT_DEPENDENCIES = freetype xlib_libfontenc xlib_xtrans xproto_fontsproto xproto_xproto xfont_encodings
15 XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
16
17 HOST_XLIB_LIBXFONT_CONF_OPTS = --disable-devel-docs
18
19 ifeq ($(BR2_microblaze),y)
20 # The microblaze toolchains don't define the __ELF__ preprocessor
21 # symbol even though they do use the elf format. LibXfont checks for
22 # this symbol to know if weak symbols are supported, and otherwise
23 # falls back to emulation code using dlopen - Causing linker issues
24 # for stuff using libXfont.
25 # Work around it by defining the symbol here as well.
26 XLIB_LIBXFONT_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D__ELF__"
27 endif
28
29 $(eval $(autotools-package))
30 $(eval $(host-autotools-package))