summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
index dba96e0f6e..54dd92873f 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc
@@ -21,7 +21,7 @@ GSTREAMER_ORC ?= "orc"
21# workaround to disable orc on mips to fix the build failure 21# workaround to disable orc on mips to fix the build failure
22# {standard input}: Assembler messages: 22# {standard input}: Assembler messages:
23# {standard input}:46587: Error: branch out of range 23# {standard input}:46587: Error: branch out of range
24GSTREAMER_ORC_mips = "" 24GSTREAMER_ORC:mips = ""
25PACKAGECONFIG[orc] = "-Dorc=enabled,-Dorc=disabled,orc orc-native" 25PACKAGECONFIG[orc] = "-Dorc=enabled,-Dorc=disabled,orc orc-native"
26 26
27# TODO: put this in a gettext.bbclass patch (with variables to allow for 27# TODO: put this in a gettext.bbclass patch (with variables to allow for
@@ -45,6 +45,3 @@ EXTRA_OEMESON += " \
45 45
46GIR_MESON_ENABLE_FLAG = "enabled" 46GIR_MESON_ENABLE_FLAG = "enabled"
47GIR_MESON_DISABLE_FLAG = "disabled" 47GIR_MESON_DISABLE_FLAG = "disabled"
48
49# Dynamically generate packages for all enabled plugins
50PACKAGES_DYNAMIC = "^${PN}-.*"