summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/gtk+
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-gnome/gtk+
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-gnome/gtk+')
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
new file mode 100644
index 000000000..80595fe9b
--- /dev/null
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
@@ -0,0 +1,20 @@
1SUMMARY = "C++ bindings for the GTK+ toolkit"
2HOMEPAGE = "http://www.gtkmm.org/"
3SECTION = "libs"
4
5LICENSE = "LGPLv2.1 & GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
8
9DEPENDS = "atkmm pangomm glibmm gtk+ cairomm"
10
11inherit gnome autotools pkgconfig
12
13GNOME_COMPRESS_TYPE = "xz"
14
15SRC_URI[archive.md5sum] = "42fc5a3feeb33ea59b7660200e2a5465"
16SRC_URI[archive.sha256sum] = "c564a438677174b97d69dd70467cb03c933481006398dc9377417aa6abe02a39"
17
18EXTRA_OECONF = " --disable-documentation "
19
20FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"