diff options
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 0000000000..40487520fb --- /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" | ||
