diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-01 22:00:55 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-01 22:00:55 +0000 |
commit | 8603c07da883bfbe1baf2fefb1f4b718a42a2312 (patch) | |
tree | c073e27c7df505067ed6894dd22d246e6607dfd2 /classes/gnome.oeclass | |
parent | 10f1026241b9c28672420737e0d877c90eaa16fb (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/01 23:00:16+01:00 (none)!pb
gnome.oeclass implies gconf
BKrev: 410d6817GKhZDl3B3AD-EDZ3x83quA
Diffstat (limited to 'classes/gnome.oeclass')
-rw-r--r-- | classes/gnome.oeclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index e09d5b0f51..e55b029e7d 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -8,7 +8,7 @@ SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info" -inherit autotools pkgconfig +inherit autotools pkgconfig gconf gnome_stage_includes() { autotools_stage_includes |