projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad2b23
)
package/libbluray: fix comment
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Sat, 2 Jul 2016 18:24:04 +0000
(20:24 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Sun, 3 Jul 2016 07:43:31 +0000
(09:43 +0200)
The comment was missing in menuconfig with a non-threaded toolchain
supporting dynamic linking.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libbluray/Config.in
patch
|
blob
|
history
diff --git
a/package/libbluray/Config.in
b/package/libbluray/Config.in
index 357a562d9c1d10e5bb2cefbfcd554a7e950e1c82..b95893560b400edb45475f6cf34b86a0bdf73ae5 100644
(file)
--- a/
package/libbluray/Config.in
+++ b/
package/libbluray/Config.in
@@
-8,5
+8,4
@@
config BR2_PACKAGE_LIBBLURAY
http://www.videolan.org/developers/libbluray.html
comment "libbluray needs a toolchain w/ threads, dynamic library"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_STATIC_LIBS
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS