| Submitter | Ross Burton |
|---|---|
| Date | Jan. 8, 2013, 12:45 p.m. |
| Message ID | <1357649112-11476-2-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/42311/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb b/meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb new file mode 100644 index 0000000..53f0a4a --- /dev/null +++ b/meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb @@ -0,0 +1,11 @@ +SUMMARY = "AT-SPI 2 Toolkit Bridge" +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886" + +SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/${BPN}/2.6/${BPN}-${PV}.tar.xz" +SRC_URI[md5sum] = "7e43d24b64d156119b2b0879393cc94d" +SRC_URI[sha256sum] = "496c8432e8ab82735145f9af5d45209e9b708bf3c94e527ee091d08641a9bcfa" + +DEPENDS = "dbus glib-2.0 atk at-spi2-core" + +inherit autotools
This is a build dependency for GTK+ 3.6.x. Signed-off-by: Ross Burton <ross.burton@intel.com> --- meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta-gnome/recipes-support/atk/at-spi2-atk_2.6.2.bb