diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-09 12:42:14 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-09 12:42:14 +0000 |
commit | 9ed7386aff95bc30da7d88c7d7513da15ea55b65 (patch) | |
tree | 4851ad5f06d6d5ca5d3d9816193dc889475ca634 /packages/atk/atk_1.19.3.bb | |
parent | 514c5a89d85f68e9d68de280aa437702e9afbe3c (diff) |
atk: Multiple fixes.
- add recipe for version 1.18.0
- make all recipes use atk.inc
Diffstat (limited to 'packages/atk/atk_1.19.3.bb')
-rw-r--r-- | packages/atk/atk_1.19.3.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/atk/atk_1.19.3.bb b/packages/atk/atk_1.19.3.bb index 52136682d7..28adc02ea9 100644 --- a/packages/atk/atk_1.19.3.bb +++ b/packages/atk/atk_1.19.3.bb @@ -2,7 +2,13 @@ require atk.inc SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/atk/1.19/atk-${PV}.tar.bz2" +CFLAGS_append = "\ + -I${STAGING_INCDIR}/glib-2.0 \ + -I${STAGING_INCDIR}/glib-2.0/glib \ + -I${STAGING_INCDIR}/glib-2.0/gobject \ + " + do_stage () { - oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} - autotools_stage_includes + oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} + autotools_stage_includes } |