summaryrefslogtreecommitdiffstats
path: root/package/multimedia/gst-plugins-base
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-08-30 10:02:39 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-08-30 10:09:52 +0200
commit1c4dbb5fa7df89731e5d59f680e9dc34f24f8835 (patch)
tree42d596127c70f6befa793a4dbb2357700b474506 /package/multimedia/gst-plugins-base
parent8e32ec9a1fa9a520017594b38c6e261e2c5f490d (diff)
downloadbuildroot-novena-1c4dbb5fa7df89731e5d59f680e9dc34f24f8835.tar.gz
buildroot-novena-1c4dbb5fa7df89731e5d59f680e9dc34f24f8835.zip
pango: needs C++ for freetype handling
Pango was recently updated to v1.28 as a dependency of webkit, but its freetype support has unfortunately been rewritten with parts in C++ (since pango 1.25), so adjust dependencies of pango and users of it to require C++ support. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-base')
-rw-r--r--package/multimedia/gst-plugins-base/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-base/Config.in b/package/multimedia/gst-plugins-base/Config.in
index f08be7eb7..0f552fe2b 100644
--- a/package/multimedia/gst-plugins-base/Config.in
+++ b/package/multimedia/gst-plugins-base/Config.in
@@ -74,8 +74,12 @@ config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_OGG
config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_PANGO
bool "pango font renderer"
+ depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_PANGO
+comment "pango plugin requires a toolchain with C++ support"
+ depends on !BR2_INSTALL_LIBSTDCPP
+
config BR2_PACKAGE_GST_PLUGINS_BASE_PLUGIN_THEORA
bool "theora (*.ogg video)"
select BR2_PACKAGE_LIBTHEORA