[Buildroot] [PATCH] Added package fbterm: a framebuffer-based terminal emulator.

Peter Korsgaard jacmet at uclibc.org
Wed May 16 07:17:01 UTC 2012


>>>>> "Dmitry" == Dmitry  <golubovsky at gmail.com> writes:

Hi,

 Dmitry> +++ b/package/fbterm/Config.in
 Dmitry> @@ -0,0 +1,15 @@
 Dmitry> +config BR2_PACKAGE_FBTERM
 Dmitry> +	bool "fbterm"
 Dmitry> +	depends on (BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && \
 Dmitry> +			BR2_TOOLCHAIN_BUILDROOT_CXX && BR2_USE_WCHAR)
 Dmitry> +	select BR2_PACKAGE_FONTCONFIG
 Dmitry> +	select BR2_PACKAGE_LIBERATION
 Dmitry> +	help
 Dmitry> +	  fbterm is a fast terminal emulator for Linux with frame buffer
 Dmitry> +	  device or VESA video card.
 Dmitry> +
 Dmitry> +	  http://code.google.com/p/fbterm/
 Dmitry> +
 Dmitry> +comment "fbterm requires a C++, WCHAR in toolchain and locale support"
 Dmitry> +	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE && \
 Dmitry> +			BR2_TOOLCHAIN_BUILDROOT_CXX && BR2_USE_WCHAR)

BR2_TOOLCHAIN_BUILDROOT_CXX isn't needed. Otherwise it looks good,
committed to next - Thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list