diff options
Diffstat (limited to 'package/gstreamer1/gst1-plugins-bad')
-rw-r--r-- | package/gstreamer1/gst1-plugins-bad/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/gstreamer1/gst1-plugins-bad/Config.in b/package/gstreamer1/gst1-plugins-bad/Config.in index 89066afdf9..a7788439bf 100644 --- a/package/gstreamer1/gst1-plugins-bad/Config.in +++ b/package/gstreamer1/gst1-plugins-bad/Config.in @@ -497,9 +497,8 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WAYLAND bool "wayland" - depends on !BR2_STATIC_LIBS # wayland - depends on BR2_TOOLCHAIN_HAS_THREADS # wayland - select BR2_PACKAGE_WAYLAND + depends on BR2_PACKAGE_WAYLAND + default y help Wayland Video Sink |