diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb b/meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb new file mode 100644 index 000000000..ef1898610 --- /dev/null +++ b/meta-gnome/recipes-gnome/graphene/graphene_1.10.2.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SUMMARY = "A thin layer of graphic data types" | ||
2 | HOMEPAGE = "http://ebassi.github.io/graphene/" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a7d871d9e23c450c421a85bb2819f648" | ||
5 | |||
6 | #DEPENDS = "gtk+3 iso-codes enchant2" | ||
7 | |||
8 | GNOMEBASEBUILDCLASS = "meson" | ||
9 | |||
10 | inherit gnomebase gobject-introspection gtk-doc | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "a2c26c4f44a02ca053e0e9afb63cc94c" | ||
13 | SRC_URI[archive.sha256sum] = "e97de8208f1aac4f913d4fa71ab73a7034e807186feb2abe55876e51c425a7f6" | ||
14 | |||
15 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
16 | |||
17 | EXTRA_OEMESON = "-Dinstalled_tests=false" | ||
18 | |||
19 | FILES_${PN} += "${libdir}/graphene-1.0" | ||