summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/atk/at-spi2-atk_2.34.1.bb')
-rw-r--r--meta/recipes-support/atk/at-spi2-atk_2.34.1.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb b/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
new file mode 100644
index 0000000000..6947559200
--- /dev/null
+++ b/meta/recipes-support/atk/at-spi2-atk_2.34.1.bb
@@ -0,0 +1,24 @@
1SUMMARY = "AT-SPI 2 Toolkit Bridge"
2HOMEPAGE = "https://wiki.linuxfoundation.org/accessibility/d-bus"
3LICENSE = "LGPL-2.1+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
6SRC_URI[archive.md5sum] = "e0f99641c5a403041c4214be04722e15"
7SRC_URI[archive.sha256sum] = "776df930748fde71c128be6c366a987b98b6ee66d508ed9c8db2355bf4b9cc16"
8
9DEPENDS = "dbus glib-2.0 glib-2.0-native atk at-spi2-core libxml2"
10
11GNOMEBASEBUILDCLASS = "meson"
12inherit gnomebase features_check upstream-version-is-even
13
14# gnomebase.bbclass sets SRC_URI = , so we need to append after, at least for -native
15SRC_URI += " file://0001-atk_test_util.h-add-missing-sys-time.h-include.patch"
16
17PACKAGES =+ "${PN}-gnome ${PN}-gtk2"
18
19FILES_${PN}-gnome = "${libdir}/gnome-settings-daemon-3.0/gtk-modules"
20FILES_${PN}-gtk2 = "${libdir}/gtk-2.0/modules/libatk-bridge.*"
21
22BBCLASSEXTEND = "native nativesdk"
23
24CFLAGS += "-fcommon"