package/gst-plugins-bad: allow static build of zbar plugin
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Tue, 5 Mar 2019 22:28:07 +0000 (23:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 7 Mar 2019 21:10:39 +0000 (22:10 +0100)
zbar can be built statically since commit
fc4a6abfa6bbffeabefb9967dbf378c410fb6318 so remove the dynamic library
dependency from BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gstreamer/gst-plugins-bad/Config.in

index f45981f6c8fce82a3d24e1f9ff48c3a4cf6a1332..fe8457f6d2046d51dcf5611902b1601405165d89 100644 (file)
@@ -324,14 +324,13 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR
        bool "zbar"
        depends on BR2_TOOLCHAIN_HAS_THREADS # zbar-> libv4l
        depends on BR2_USE_MMU # zbar-> libv4l
-       depends on !BR2_STATIC_LIBS # zbar-> libv4l
        depends on BR2_INSTALL_LIBSTDCPP # zbar-> libv4l
        depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 # zbar
        select BR2_PACKAGE_ZBAR
 
-comment "zbar plugin needs a toolchain w/ threads, dynamic library, C++ and headers >= 3.17"
+comment "zbar plugin needs a toolchain w/ threads, C++ and headers >= 3.17"
        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_17
 
 endif