summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/atk/atk.inc
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-01-29 01:00:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-02 18:37:36 +0000
commit15f09b1cfe373cd782ac73bb689406be664615d2 (patch)
tree6bfe4b3bd2add6f726b9a516e804a8bdf687b0a6 /meta/recipes-support/atk/atk.inc
parentcd5225adfda73110da1fe7226839f9b7dc30dc78 (diff)
downloadpoky-15f09b1cfe373cd782ac73bb689406be664615d2.tar.gz
atk: add native / disable introspection / merge atk.inc->recipe / change license
Native support currently is appended in meta-oe. Native build failed with: | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1' | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1' | error parsing file Atk-1.0.gir: Failed to parse included gir GLib-2.0 | make[3]: *** [Atk-1.0.typelib] Error 1 build tested in meta-oe / angstrom environment (From OE-Core rev: a69108ea388fce9034ecc8670f1149fabae55e1b) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/atk/atk.inc')
-rw-r--r--meta/recipes-support/atk/atk.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-support/atk/atk.inc b/meta/recipes-support/atk/atk.inc
deleted file mode 100644
index 6a4fef6d0d..0000000000
--- a/meta/recipes-support/atk/atk.inc
+++ /dev/null
@@ -1,13 +0,0 @@
1DESCRIPTION = "An accessibility toolkit for GNOME."
2HOMEPAGE = "http://live.gnome.org/GAP/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2 & LGPLv2+"
6
7SECTION = "x11/libs"
8
9DEPENDS = "glib-2.0 gtk-doc-native"
10
11inherit autotools pkgconfig
12
13EXTRA_OECONF = "--disable-glibtest"