diff options
author | Tomas Frydrych <tomas@sleepfive.com> | 2013-05-20 16:05:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-21 09:14:37 +0100 |
commit | 4476e789ac41f44ad74385d85a16e505d96bc100 (patch) | |
tree | f10be30544a618ced466dd7de57d5a0c09bc4714 /meta/recipes-graphics/clutter/clutter-gst-1.0.inc | |
parent | 4fbae4449fbb3f5eba499418b374c12bccfb4243 (diff) | |
download | openembedded-core-4476e789ac41f44ad74385d85a16e505d96bc100.tar.gz openembedded-core-4476e789ac41f44ad74385d85a16e505d96bc100.tar.bz2 openembedded-core-4476e789ac41f44ad74385d85a16e505d96bc100.zip |
clutter-gst: Replace with 1.6.0 version
Signed-off-by: Tomas Frydrych <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst-1.0.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst-1.0.inc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst-1.0.inc b/meta/recipes-graphics/clutter/clutter-gst-1.0.inc new file mode 100644 index 0000000000..f79795ca54 --- /dev/null +++ b/meta/recipes-graphics/clutter/clutter-gst-1.0.inc @@ -0,0 +1,23 @@ +DESCRIPTION = "Clutter GStreamer" +HOMEPAGE = "http://www.clutter-project.org/" +LICENSE = "LGPLv2+" + +inherit clutter + +SRC_URI += "file://enable-tests.patch" + +DEPENDS = "gst-plugins-base gst-plugins-bad clutter-1.0" +RDEPENDS_${PN} += "gst-meta-base" +PACKAGES =+ "${PN}-examples" + +EXTRA_OECONF += "--disable-introspection" + +FILES_${PN} += "${libdir}/gstreamer-0.10/lib*.so" +FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" +FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug/lib*.so" +FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" + +do_configure_prepend () { + # Disable DOLT + sed -i -e 's/^DOLT//' ${S}/configure.ac +} |