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 / fbterm / fbterm.mk
1 ################################################################################
2 #
3 # fbterm
4 #
5 ################################################################################
6
7 FBTERM_VERSION = 1.7.0
8 FBTERM_SITE = http://fbterm.googlecode.com/files
9 FBTERM_LICENSE = GPLv2+
10 FBTERM_LICENSE_FILES = COPYING
11 FBTERM_DEPENDENCIES = fontconfig liberation
12
13 ifeq ($(BR2_STATIC_LIBS)$(BR2_TOOLCHAIN_HAS_THREADS),yy)
14 # fontconfig uses pthreads if available, but fbterm forgets to link
15 # with it breaking static builds
16 FBTERM_CONF_ENV += LIBS='-lpthread'
17 endif
18
19 $(eval $(autotools-package))