projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba1cc18
)
snowball-hdmiservice: wants to build a .so, needs !BR2_PREFER_STATIC_LIB
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 10 Sep 2014 07:37:31 +0000
(09:37 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 10 Sep 2014 07:37:31 +0000
(09:37 +0200)
Fixes http://autobuild.buildroot.net/results/47f/
47f52078c52bd1270e9d7ca795a4b3b21737b39c
/
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/snowball-hdmiservice/Config.in
patch
|
blob
|
history
diff --git
a/package/snowball-hdmiservice/Config.in
b/package/snowball-hdmiservice/Config.in
index a22797f124bfbdf37b71956c90ea545156efe861..f43685f1a3af03f1691dcd04f37c711b186630b2 100644
(file)
--- a/
package/snowball-hdmiservice/Config.in
+++ b/
package/snowball-hdmiservice/Config.in
@@
-1,6
+1,7
@@
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