update buildroot to 2017.02.11
This commit is contained in:
26
bsp/buildroot-2017.02.11/package/fbterm/fbterm.mk
Normal file
26
bsp/buildroot-2017.02.11/package/fbterm/fbterm.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
################################################################################
|
||||
#
|
||||
# fbterm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FBTERM_VERSION = 1.7.0
|
||||
FBTERM_SITE = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fbterm
|
||||
FBTERM_LICENSE = GPLv2+
|
||||
FBTERM_LICENSE_FILES = COPYING
|
||||
FBTERM_DEPENDENCIES = fontconfig liberation
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS)$(BR2_TOOLCHAIN_HAS_THREADS),yy)
|
||||
# fontconfig uses pthreads if available, but fbterm forgets to link
|
||||
# with it breaking static builds
|
||||
FBTERM_CONF_ENV += LIBS='-lpthread'
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GPM),y)
|
||||
FBTERM_DEPENDENCIES += gpm
|
||||
FBTERM_CONF_OPTS += --enable-gpm
|
||||
else
|
||||
FBTERM_CONF_OPTS += --disable-gpm
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user