diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-22 19:01:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-22 19:01:42 +0000 |
commit | 415f8aefc8e336077583d96a08bd0b59fdb57bd9 (patch) | |
tree | 12a3835ab9747830e4ec68924f1e1e3e2a11c7cc /classes | |
parent | 07b7f3f3e241daa45de5599c6fb31f024575bf4e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/22 20:01:31+01:00 (none)!pb
package minesweeper separately
2004/08/22 20:01:18+01:00 (none)!pb
bring gnomeprint packages up to modern standards
2004/08/22 19:48:06+01:00 (none)!pb
add gnome2-macros to EXTRA_AUTORECONF
BKrev: 4128ed96DuaJAzQxYxfZLbTb7m3Uew
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gnome.oeclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index eee7e20bbe..d41502cdab 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -11,6 +11,8 @@ FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \ inherit autotools pkgconfig gconf +EXTRA_AUTORECONF += "-I ${STAGING_DIR}/${HOST_SYS}/share/aclocal/gnome2-macros" + gnome_stage_includes() { autotools_stage_includes } |