aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer/gst-common.inc')
-rw-r--r--recipes/gstreamer/gst-common.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/gstreamer/gst-common.inc b/recipes/gstreamer/gst-common.inc
index 6384ca5184..4ab689f591 100644
--- a/recipes/gstreamer/gst-common.inc
+++ b/recipes/gstreamer/gst-common.inc
@@ -5,7 +5,12 @@ HOMEPAGE = "http://www.gstreamer.net/"
DEFAULT_PREFERENCE = "-1"
-inherit autotools pkgconfig
+inherit autotools gettext pkgconfig
+
+# gstreamer uses AG_GST_GETTEXT which autotools.bbclass doesn't grep for
+do_configure_prepend() {
+ glib-gettextize --force --copy || true
+}
OE_LT_RPATH_ALLOW = "any"
OE_LT_RPATH_ALLOW[export]="1"