projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd781bb
)
package/qjson: not available for static builds
author
Yann E. MORIN
<yann.morin.1998@free.fr>
Mon, 4 Jul 2016 21:26:22 +0000
(23:26 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:44:36 +0000
(23:44 +0200)
Fixes:
http://autobuild.buildroot.org/results/ffa/
ffa343702727e118bb98b9c273bd0605de7e75e2
/
http://autobuild.buildroot.org/results/3ca/
3ca05b777789c58b0621a100490373416846aa87
/
http://autobuild.buildroot.org/results/a4f/
a4f3f9c79731c69082f70c3841c012c576517921
/
...
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Thomas: don't mention the qt4/5 dependency in the comment.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qjson/Config.in
patch
|
blob
|
history
diff --git
a/package/qjson/Config.in
b/package/qjson/Config.in
index 0f0cc0983e7eadfdcc6b616c41f6fda1d7f4df91..5c423bf317f6714ef2815574524ec363700ce5e0 100644
(file)
--- a/
package/qjson/Config.in
+++ b/
package/qjson/Config.in
@@
-1,8
+1,13
@@
config BR2_PACKAGE_QJSON
bool "qjson"
+ depends on !BR2_STATIC_LIBS
depends on BR2_PACKAGE_QT || BR2_PACKAGE_QT5
help
QJson is a Qt-based library that maps JSON data to
QVariant objects and vice versa.
http://qjson.sourceforge.net
+
+comment "qjson needs a toolchain w/ dynamic library"
+ depends on BR2_STATIC_LIBS
+ depends on !BR2_PACKAGE_QT && !BR2_PACKAGE_QT5