diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-02-19 09:33:49 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:12:04 -0800 |
commit | 81fec590d6d9bc1758a986c5ce012d879685ed56 (patch) | |
tree | d52124e4728bec9531ee51090c3b57b0a24e5ab0 /meta-oe/recipes-gnome | |
parent | 49da103cfe27d3c70e49ab3d4552babaf2dc5166 (diff) | |
download | meta-openembedded-81fec590d6d9bc1758a986c5ce012d879685ed56.tar.gz |
atkmm: Add new recipe for 2.36+
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb new file mode 100644 index 000000000..40487520f --- /dev/null +++ b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "C++ bindings for the atk" | ||
2 | SECTION = "libs" | ||
3 | |||
4 | LICENSE = "LGPLv2.1 & GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
6 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
7 | |||
8 | DEPENDS = "atk glibmm-2.68" | ||
9 | |||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | GNOMEBN = "atkmm" | ||
12 | |||
13 | inherit gnomebase features_check | ||
14 | |||
15 | REQUIRED_DISTRO_FEATURES = "x11" | ||
16 | |||
17 | SRC_URI[archive.sha256sum] = "e11324bfed1b6e330a02db25cecc145dca03fb0dff47f0710c85e317687da458" | ||
18 | |||
19 | S = "${WORKDIR}/${GNOMEBN}-${PV}" | ||
20 | |||
21 | EXTRA_OEMESON = "-Dbuild-documentation=false" | ||
22 | |||
23 | FILES:${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" | ||