summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-03-09 17:02:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-12 22:11:45 +0000
commitc1d67e459d24c47ec8728123ba628e1cceae2140 (patch)
treefe211903efd28c5718332e17c355b4c7d01770d6 /meta/recipes-graphics/clutter/clutter-gst-3.0.inc
parent0ec412b09dc8b1bd3a003e11c7077e1d59194882 (diff)
downloadpoky-c1d67e459d24c47ec8728123ba628e1cceae2140.tar.gz
clutter: enable gobject introspection
(From OE-Core rev: e364deddafaec1f1f6b58ac41542dfc91d5145a4) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-3.0.inc')
-rw-r--r--meta/recipes-graphics/clutter/clutter-gst-3.0.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
index 4f7b4a3c00..4c877982b7 100644
--- a/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
+++ b/meta/recipes-graphics/clutter/clutter-gst-3.0.inc
@@ -2,7 +2,7 @@ SUMMARY = "GStreamer integration library for Clutter"
2HOMEPAGE = "http://www.clutter-project.org/" 2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2+" 3LICENSE = "LGPLv2+"
4 4
5inherit clutter distro_features_check upstream-version-is-even 5inherit clutter distro_features_check upstream-version-is-even gobject-introspection
6# depends on clutter-1.0 which depends on cogl-1.0 6# depends on clutter-1.0 which depends on cogl-1.0
7REQUIRED_DISTRO_FEATURES ?= "opengl" 7REQUIRED_DISTRO_FEATURES ?= "opengl"
8 8
@@ -12,8 +12,6 @@ DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgud
12RDEPENDS_${PN} += "gstreamer1.0-meta-base" 12RDEPENDS_${PN} += "gstreamer1.0-meta-base"
13PACKAGES =+ "${PN}-examples" 13PACKAGES =+ "${PN}-examples"
14 14
15EXTRA_OECONF += "--disable-introspection"
16
17FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" 15FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so"
18FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" 16FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
19FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" 17FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"