blob: d4fed7127f3c9535932eb6be1f97593bf6b61ee4 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "GStreamer integration library for Clutter"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2+"
4
5inherit clutter
6
7SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"
8
9DEPENDS = "gstreamer1.0-plugins-base gstreamer1.0-plugins-bad clutter-1.0"
10RDEPENDS_${PN} += "gstreamer1.0-meta-base"
11PACKAGES =+ "${PN}-examples"
12
13EXTRA_OECONF += "--disable-introspection"
14
15FILES_${PN} += "${libdir}/gstreamer-1.0/lib*.so"
16FILES_${PN}-dev += "${libdir}/gstreamer-1.0/*.la"
17FILES_${PN}-dbg += "${libdir}/gstreamer-1.0/.debug/lib*.so"
18FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink"