|
@@ -291,6 +291,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_OPUS
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
|
|
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
|
|
bool "pango font renderer"
|
|
bool "pango font renderer"
|
|
|
|
+ depends on BR2_USE_WCHAR # pango -> glib2
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS # pango -> glib2
|
|
|
|
+ depends on BR2_USE_MMU # pango -> glib2
|
|
depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
|
|
depends on BR2_INSTALL_LIBSTDCPP # pango -> freetype
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # pango -> harfbuzz
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pango -> harfbuzz
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # pango -> harfbuzz
|
|
@@ -298,10 +301,11 @@ config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_PANGO
|
|
help
|
|
help
|
|
Pango-based text rendering and overlay
|
|
Pango-based text rendering and overlay
|
|
|
|
|
|
-comment "pango plugin needs a toolchain w/ C++, gcc >= 4.9"
|
|
|
|
- depends on !BR2_INSTALL_LIBSTDCPP || \
|
|
|
|
- !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
|
|
|
|
|
+comment "pango plugin needs a toolchain w/ C++, wchar, threads, gcc >= 4.9"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
|
|
+ depends on BR2_USE_MMU
|
|
|
|
+ depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
|
|
|
+ !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
|
|
|
|
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_THEORA
|
|
config BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_THEORA
|
|
bool "theora (*.ogg video)"
|
|
bool "theora (*.ogg video)"
|