Commit 1951143a authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files
parent 5c518ff7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -10,4 +10,10 @@ 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

$(eval $(autotools-package))