diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-18 21:31:13 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-18 21:31:13 +0100 |
commit | b9a36921e578c7ba9a4f1274fac8becb3beb848e (patch) | |
tree | 60fb0950c738fbc792205b089f4e55d5420b239a /classes | |
parent | af22c5c465c7c72f9bef9c9172d10ee23e0802f1 (diff) |
gnome.bbclass: inherit gtk-icon-cache
Diffstat (limited to 'classes')
-rw-r--r-- | classes/gnome.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gnome.bbclass b/classes/gnome.bbclass index cae542e962..89fb3a19f8 100644 --- a/classes/gnome.bbclass +++ b/classes/gnome.bbclass @@ -13,7 +13,7 @@ FILES_${PN} += "${datadir}/application-registry \ ${datadir}/mime/packages \ ${datadir}/gnome-2.0" -inherit autotools pkgconfig gconf mime +inherit autotools gtk-icon-cache pkgconfig gconf mime AUTOTOOLS_STAGE_PKGCONFIG = "1" |