projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0028ae
)
package/qhull: fix comment dependency
author
Romain Naour
<romain.naour@gmail.com>
Sat, 27 Feb 2016 13:13:37 +0000
(14:13 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 27 Feb 2016 15:23:40 +0000
(16:23 +0100)
The comment must be displayed with toolchain without C++ compiler support when
BR2_STATIC_LIBS is not set.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/qhull/Config.in
patch
|
blob
|
history
diff --git
a/package/qhull/Config.in
b/package/qhull/Config.in
index f671e88d347ae12bd0a6035715083166257971a3..2bc8ff6412054613268ddae0a67d1609ca8f3736 100644
(file)
--- a/
package/qhull/Config.in
+++ b/
package/qhull/Config.in
@@
-15,5
+15,4
@@
config BR2_PACKAGE_QHULL
http://www.qhull.org
comment "qhull needs a toolchain w/ C++, dynamic library"
- depends on !BR2_INSTALL_LIBSTDCPP
- depends on BR2_STATIC_LIBS
+ depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS