GNOME Bugzilla – Bug 631354
Broken dependencies in gnome-suites-3.0 moduleset
Last modified: 2010-11-18 11:13:22 UTC
Created attachment 171722 [details] [review] Fixed dependencies for gdk-pixbuf and gnome-shell Building gnome-shell module, using gnome-suites-3.0 failed, because gtk+-3 and gnome-shell had broken dependencies I run command: jhbuild build gnome-shell gdk-pixbuf was build before gobject-introspection and gtk+-3 couldn't compile, because it was expecting gdk-pixbuf to be compiled with introspection enabled. Also gnome-shell depends on gnome-desktop-3. It failed on configure Fixes in attachment.
Comment on attachment 171722 [details] [review] Fixed dependencies for gdk-pixbuf and gnome-shell gnome shell has this line in its configure.ac, so there is clearly a gnome-desktop-3 dependency: PKG_CHECK_MODULES(ST, clutter-1.0 gtk+-3.0 libcroco-0.6 gnome-desktop-3.0 >= 2.90.0)
Krzysztof patch was in reverse. At Frederic writes gnome-desktop-3 dependency exists. I added gdk-pixbuf suggests gobject-introspection. http://git.gnome.org/browse/jhbuild/commit/?id=4da566f53daa1d363c7a468ac2f09a8652dccda8