diff options
author | Ross Burton <ross@openedhand.com> | 2007-08-31 16:09:40 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-08-31 16:09:40 +0000 |
commit | 8f67430e2d4a44e64c866db82d96a5ab254a9d01 (patch) | |
tree | 77f46f5121caad463afb3df2386ee702b1571b19 /meta/packages | |
parent | b325ea5bed4c29feb515f37c865d2b3dc1858cbc (diff) | |
download | poky-8f67430e2d4a44e64c866db82d96a5ab254a9d01.tar.gz |
Add new ATK to poky-bleeding
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2622 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/atk/atk_1.19.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/atk/atk_1.19.6.bb b/meta/packages/atk/atk_1.19.6.bb new file mode 100644 index 0000000000..4df9a593b9 --- /dev/null +++ b/meta/packages/atk/atk_1.19.6.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "An accessibility toolkit for GNOME." | ||
2 | SECTION = "x11/libs" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "LGPL" | ||
5 | |||
6 | DEPENDS = "glib-2.0 gtk-doc" | ||
7 | |||
8 | SRC_URI = "http://download.gnome.org/sources/atk/1.19/${PN}-${PV}.tar.bz2" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-glibtest" | ||
13 | |||
14 | do_stage () { | ||
15 | autotools_stage_all | ||
16 | } | ||