Commit 028e97f2 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

snowball-hdmiservice: wants to build a .so, needs !BR2_PREFER_STATIC_LIB

parent ba1cc18c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_SNOWBALL_HDMISERVICE
	bool "snowball-hdmiservice"
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on !BR2_PREFER_STATIC_LIB
	help
	  HDMI userspace control daemon

@@ -8,3 +9,6 @@ config BR2_PACKAGE_SNOWBALL_HDMISERVICE
	  snowball board

	  http://www.igloocommunity.org

comment "snowball-hdmiservice needs a toolchain w/ threads, dynamic library"
	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB