diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-03-24 14:38:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-26 13:37:54 +0200 |
commit | bcd942a3129c6621486973d3cd92cc1489a57547 (patch) | |
tree | f933225d6459929314b4a5aa2e36a68fc31c5672 | |
parent | ff0f815593c33f1a82ba4d1cbe41e6b987da1f47 (diff) | |
download | meta-openembedded-bcd942a3129c6621486973d3cd92cc1489a57547.tar.gz |
nautilus: Add gdk-pixbuf gtk+ to DEPENDS
Fixes
| eel-accessibility.c:26:21: fatal error: gtk/gtk.h: No such file or directory
| compilation terminated.
| make[2]: *** [eel-accessibility.lo] Error 1
| make[2]: *** Waiting for unfinished jobs....
| In file included from eel-background.c:26:0:
| eel-background.h:43:21: fatal error: gdk/gdk.h: No such file or directory
| compilation terminated.
| make[2]: *** [eel-background.lo] Error 1
| eel-canvas.c:69:28: fatal error: gdk/gdkprivate.h: No such file or directory
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb index fa136e1c1..bc45342dd 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | |||
@@ -6,9 +6,9 @@ LICENSE="GPLv2 & LGPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ |
7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" |
8 | 8 | ||
9 | PR = "r5" | 9 | PR = "r6" |
10 | 10 | ||
11 | DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" | 11 | DEPENDS = "gdk-pixbuf gtk+ libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" |
12 | # optional: tracker | 12 | # optional: tracker |
13 | 13 | ||
14 | inherit gnome | 14 | inherit gnome |