diff options
-rw-r--r-- | meta/classes/pixbufcache.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 63bf079cf1..633a8757ed 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass | |||
@@ -8,6 +8,8 @@ inherit qemu | |||
8 | 8 | ||
9 | PIXBUF_PACKAGES ??= "${PN}" | 9 | PIXBUF_PACKAGES ??= "${PN}" |
10 | 10 | ||
11 | PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native" | ||
12 | |||
11 | pixbufcache_common() { | 13 | pixbufcache_common() { |
12 | if [ "x$D" != "x" ]; then | 14 | if [ "x$D" != "x" ]; then |
13 | $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \ | 15 | $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \ |