diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-3.0.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-3.0.inc | 4 |
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" | |||
2 | HOMEPAGE = "http://www.clutter-project.org/" | 2 | HOMEPAGE = "http://www.clutter-project.org/" |
3 | LICENSE = "LGPLv2+" | 3 | LICENSE = "LGPLv2+" |
4 | 4 | ||
5 | inherit clutter distro_features_check upstream-version-is-even | 5 | inherit 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 |
7 | REQUIRED_DISTRO_FEATURES ?= "opengl" | 7 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
8 | 8 | ||
@@ -12,8 +12,6 @@ DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0 libgud | |||
12 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" | 12 | RDEPENDS_${PN} += "gstreamer1.0-meta-base" |
13 | PACKAGES =+ "${PN}-examples" | 13 | PACKAGES =+ "${PN}-examples" |
14 | 14 | ||
15 | EXTRA_OECONF += "--disable-introspection" | ||
16 | |||
17 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" | 15 | FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so" |
18 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" | 16 | FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la" |
19 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | 17 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" |