fbterm.mk 565 B

1234567891011121314151617181920
  1. ################################################################################
  2. #
  3. # fbterm
  4. #
  5. ################################################################################
  6. FBTERM_VERSION = 1.7.0
  7. FBTERM_SITE = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fbterm
  8. FBTERM_LICENSE = GPL-2.0+
  9. FBTERM_LICENSE_FILES = COPYING
  10. FBTERM_DEPENDENCIES = fontconfig liberation
  11. ifeq ($(BR2_PACKAGE_GPM),y)
  12. FBTERM_DEPENDENCIES += gpm
  13. FBTERM_CONF_OPTS += --enable-gpm
  14. else
  15. FBTERM_CONF_OPTS += --disable-gpm
  16. endif
  17. $(eval $(autotools-package))