diff options
author | Ross Burton <ross.burton@intel.com> | 2015-09-25 23:43:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-26 17:57:44 +0100 |
commit | 87eea290a799be0e852d8b3c357879680abedb77 (patch) | |
tree | d3d2be3172f6e176bda6e13d537b8536ba3d28d1 /meta/classes/pixbufcache.bbclass | |
parent | 5fe4112ccd75858cdab8ba18eb6b1d9d5829f186 (diff) | |
download | openembedded-core-87eea290a799be0e852d8b3c357879680abedb77.tar.gz openembedded-core-87eea290a799be0e852d8b3c357879680abedb77.tar.bz2 openembedded-core-87eea290a799be0e852d8b3c357879680abedb77.zip |
gtk-icon-cache/pixbufcache: don't set GDK_PIXBUF_MODULEDIR
In normal use gdk-pixbuf knows where to find its own loaders and explicitly
stating this will cause work in the future if the ABI version changes.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/pixbufcache.bbclass')
-rw-r--r-- | meta/classes/pixbufcache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 18fd9fa68d..dbe11e12da 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass @@ -15,7 +15,7 @@ if [ "x$D" != "x" ]; then else # Update the pixbuf loaders in case they haven't been registered yet - GDK_PIXBUF_MODULEDIR=${libdir}/gdk-pixbuf-2.0/2.10.0/loaders ${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache + ${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache if [ -x ${bindir}/gtk-update-icon-cache ] && [ -d ${datadir}/icons ]; then for icondir in /usr/share/icons/*; do |