|
@@ -591,6 +591,16 @@ comment "webrtcdsp needs a toolchain w/ C++, NPTL, gcc >= 4.8"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS_NPTL \
|
|
|
|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
|
|
|
+config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WPE
|
|
|
+ bool "wpe"
|
|
|
+ default y
|
|
|
+ depends on BR2_PACKAGE_WPEWEBKIT
|
|
|
+ depends on BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
|
|
|
+
|
|
|
+comment "wpe needs the gst1-plugins-base opengl library and wpewebkit"
|
|
|
+ depends on !BR2_PACKAGE_WPEWEBKIT \
|
|
|
+ || !BR2_PACKAGE_GST1_PLUGINS_BASE_HAS_LIB_OPENGL
|
|
|
+
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
|
|
|
bool "x265"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|