summaryrefslogtreecommitdiff
path: root/package/zbar
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-01-23 14:43:45 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-01-26 13:38:43 +0100
commitfc4a6abfa6bbffeabefb9967dbf378c410fb6318 (patch)
treed526e452c9e7f10cef5a4298a611f7e04520753f /package/zbar
parentb94c8cf7ca44159cb8e36b500a8d6d7a01f46f32 (diff)
zbar: enable static build
libv4l supports static build since commit f837251785e9 (package/libv4l: allow build of v4l2 utilities on noMMU platforms). Cc: Volkov Viacheslav <sv99@inbox.ru> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/zbar')
-rw-r--r--package/zbar/Config.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/zbar/Config.in b/package/zbar/Config.in
index 5097f57439..05c9b769ce 100644
--- a/package/zbar/Config.in
+++ b/package/zbar/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_ZBAR
bool "zbar"
depends on BR2_TOOLCHAIN_HAS_THREADS # libv4l
depends on BR2_USE_MMU # libv4l
- depends on !BR2_STATIC_LIBS # libv4l
depends on BR2_INSTALL_LIBSTDCPP # libv4l
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # libv4l
select BR2_PACKAGE_JPEG
@@ -12,7 +11,7 @@ config BR2_PACKAGE_ZBAR
http://zbar.sourceforge.net/
-comment "zbar needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.0"
+comment "zbar needs a toolchain w/ threads, C++ and headers >= 3.0"
depends on BR2_USE_MMU
- depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
+ depends on !BR2_TOOLCHAIN_HAS_THREADS \
|| !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0