| Submitter | Ross Burton |
|---|---|
| Date | Jan. 8, 2013, 12:45 p.m. |
| Message ID | <1357649112-11476-1-git-send-email-ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/42313/ |
| State | New, archived |
| Headers | show |
Comments
On 8 January 2013 12:45, Ross Burton <ross.burton@intel.com> wrote: > This is a build dependency for GTK+ 3.6.x > > Signed-off-by: Ross Burton <ross.burton@intel.com> To actually build this needs some data type sizes added to site. I've got patches for x86 and x86-64, contributions welcome for other architectures so that I'm not guessing. Ross
Patch
diff --git a/meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb b/meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb new file mode 100644 index 0000000..658d10d --- /dev/null +++ b/meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb @@ -0,0 +1,15 @@ +SUMMARY = "Assistive Technology Service Provider Interface (dbus core)" +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] = "eb1d3ca3332af8862791d3ff7dcfd20a" +SRC_URI[sha256sum] = "fc4487ae46e847cfd057b329b852cf99923772ecd2ddc29f29670c9f2b15d0ea" + +DEPENDS = "dbus glib-2.0 virtual/libx11 libxi" + +inherit autotools gtk-doc + +EXTRA_OECONF = "--disable-introspection --disable-xevie" + +FILES_${PN} += "${datadir}/dbus-1/services/*.service"
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-core_2.6.3.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-gnome/recipes-support/atk/at-spi2-core_2.6.3.bb