Commit f4985ca5 authored by gilles.talis@gmail.com's avatar gilles.talis@gmail.com Committed by Peter Korsgaard
Browse files
parent e5b1da18
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
config BR2_PACKAGE_BELLAGIO
	bool "bellagio"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  Bellagio is an opensource implementation of the
	  OpenMAX IL API.
@@ -14,5 +15,5 @@ config BR2_PACKAGE_BELLAGIO

	  http://omxil.sourceforge.net/

comment "bellagio requires a toolchain with C++ support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP
comment "bellagio requires a toolchain with C++ and threads support enabled"
	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS