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