diff options
Diffstat (limited to 'meta/recipes-multimedia')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb index 4987be865b..23d093d47c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.14.4.bb | |||
@@ -20,7 +20,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73a5855a8119deb017f5f13cf327095d \ | |||
20 | 20 | ||
21 | DEPENDS += "gstreamer1.0-plugins-base" | 21 | DEPENDS += "gstreamer1.0-plugins-base" |
22 | 22 | ||
23 | inherit gettext bluetooth | 23 | inherit gettext bluetooth gobject-introspection |
24 | 24 | ||
25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
26 | ${GSTREAMER_ORC} \ | 26 | ${GSTREAMER_ORC} \ |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb index 12c9bbce9d..f3e6daf564 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.14.4.bb | |||
@@ -28,7 +28,7 @@ S = "${WORKDIR}/gst-plugins-base-${PV}" | |||
28 | 28 | ||
29 | DEPENDS += "iso-codes util-linux" | 29 | DEPENDS += "iso-codes util-linux" |
30 | 30 | ||
31 | inherit gettext | 31 | inherit gettext gobject-introspection |
32 | 32 | ||
33 | PACKAGES_DYNAMIC =+ "^libgst.*" | 33 | PACKAGES_DYNAMIC =+ "^libgst.*" |
34 | 34 | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 5906e4ad36..bc24b05fec 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -7,7 +7,7 @@ DEPENDS = "gstreamer1.0 glib-2.0-native" | |||
7 | 7 | ||
8 | SRC_URI_append = " file://gtk-doc-tweaks.patch" | 8 | SRC_URI_append = " file://gtk-doc-tweaks.patch" |
9 | 9 | ||
10 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc | 10 | inherit autotools pkgconfig upstream-version-is-even gtk-doc |
11 | 11 | ||
12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 12 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
13 | 13 | ||