summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gst-player_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-09 17:02:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:45 +0000
commitac5cc0cee9edb9296c4bc066d6d91b8343d24a05 (patch)
tree5314492a1c0e3c809da1dddc24641df6d29212a6 /meta/recipes-multimedia/gstreamer/gst-player_git.bb
parent03cd714efc8aa949995ba6aea8e0d6d68d6c83b6 (diff)
downloadpoky-ac5cc0cee9edb9296c4bc066d6d91b8343d24a05.tar.gz
gstreamer: enable gobject introspection
(From OE-Core rev: e70ed487b0f489e4d62b69476d364d7de54b79e2) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-player_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-player_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
index c6c8f360b8..8129169c53 100644
--- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb
@@ -15,7 +15,7 @@ SRCREV = "5386c5b984d40ef5434673ed62204e69aaf52645"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit autotools gtk-doc lib_package pkgconfig distro_features_check 18inherit autotools gtk-doc lib_package pkgconfig distro_features_check gobject-introspection
19 19
20ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" 20ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
21 21