diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-gst.inc')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-gst.inc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-gst.inc b/meta/recipes-graphics/clutter/clutter-gst.inc deleted file mode 100644 index 702424b4e3..0000000000 --- a/meta/recipes-graphics/clutter/clutter-gst.inc +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | DESCRIPTION = "Clutter GStreamer" | ||
2 | HOMEPAGE = "http://www.clutter-project.org/" | ||
3 | LICENSE = "LGPLv2+" | ||
4 | |||
5 | DEPENDS = "gstreamer gst-plugins-base" | ||
6 | |||
7 | FILESPATH = "${FILE_DIRNAME}/clutter-gst" | ||
8 | |||
9 | PACKAGES =+ "${PN}-examples" | ||
10 | FILES_${PN}-examples = "${bindir}/video-player ${bindir}/video-sink" | ||
11 | |||
12 | inherit autotools pkgconfig gtk-doc | ||
13 | |||