|
@@ -328,13 +328,13 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_ASSRENDER
|
|
|
bool "assrender"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # libass -> harfbuzz
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # libass -> harfbuzz
|
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # libass -> harfbuzz
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libass -> harfbuzz
|
|
|
select BR2_PACKAGE_LIBASS
|
|
|
|
|
|
-comment "assrender plugin needs a toolchain w/ C++, gcc => 4.8"
|
|
|
+comment "assrender plugin needs a toolchain w/ C++, gcc => 4.9"
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BLUEZ
|
|
|
bool "bluez"
|
|
@@ -563,15 +563,15 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_RSVG
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS # librsvg
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # librsvg -> pango
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # librsvg -> pango -> harfbuzz
|
|
|
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # librsvg -> pango -> harfbuzz
|
|
|
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # librsvg -> pango -> harfbuzz
|
|
|
select BR2_PACKAGE_LIBRSVG
|
|
|
help
|
|
|
RSVG plugin library
|
|
|
|
|
|
-comment "rsvg plugin needs a toolchain w/ C++, gcc >= 4.8"
|
|
|
+comment "rsvg plugin needs a toolchain w/ C++, gcc >= 4.9"
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
|
|
|
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SBC
|