summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb')
-rw-r--r--meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb
new file mode 100644
index 000000000..edcc4769a
--- /dev/null
+++ b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb
@@ -0,0 +1,18 @@
1SUMMARY = "C++ bindings for the atk"
2SECTION = "libs"
3
4LICENSE = "LGPLv2.1 & GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
7
8DEPENDS = "atk glibmm"
9
10inherit features_check gnomebase autotools pkgconfig
11
12REQUIRED_DISTRO_FEATURES = "x11"
13
14SRC_URI[archive.sha256sum] = "a0bb49765ceccc293ab2c6735ba100431807d384ffa14c2ebd30e07993fd2fa4"
15
16EXTRA_OECONF = " --disable-documentation "
17
18FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"