diff mbox series

[2/2] zbar: enable static build

Message ID 6492a96c0f960314ba68459a9a99174c222327cc.1516711425.git.baruch@tkos.co.il
State Accepted
Commit fc4a6abfa6bbffeabefb9967dbf378c410fb6318
Headers show
Series [1/2] libv4l: bump to version 1.14.1 | expand

Commit Message

Baruch Siach Jan. 23, 2018, 12:43 p.m. UTC
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>
---
 package/zbar/Config.in | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Jan. 26, 2018, 12:38 p.m. UTC | #1
>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 > 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>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/zbar/Config.in b/package/zbar/Config.in
index 5097f5743913..05c9b769ceed 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