After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 631086 - Add Clutter dependency on gdk-pixbuf in moduleset
Add Clutter dependency on gdk-pixbuf in moduleset
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-01 11:11 UTC by Milan Bouchet-Valat
Modified: 2010-10-01 14:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add Clutter dependency on gdk-pixbuf in moduleset (990 bytes, patch)
2010-10-01 11:11 UTC, Milan Bouchet-Valat
committed Details | Review

Description Milan Bouchet-Valat 2010-10-01 11:11:32 UTC
See patch.
Comment 1 Milan Bouchet-Valat 2010-10-01 11:11:36 UTC
Created attachment 171483 [details] [review]
Add Clutter dependency on gdk-pixbuf in moduleset

Clutter requires gdk-pixbuf to build, but GTK+3 doesn't ship
with it, so we need to build it separately.

Using the gdk-pixbuf that is shipped from the system won't work
on older distributions, since it's part of GTK+2.
Comment 2 Milan Bouchet-Valat 2010-10-01 11:18:51 UTC
Emmanuele holds that it's OK to use gdk-pixbuf from the system's GTK+2, since it's a separate shared object, but IMHO we often get bitten by this. But I don't know, so if you think it's right, we can add gdk-pixbuf to the list of development packages to install rather.
Comment 3 Owen Taylor 2010-10-01 13:52:12 UTC
Review of attachment 171483 [details] [review]:

Patch looks fine, commit message is odd since we are already building gdk-pixbuf in our moduleset as a dependency of gtk3 and to get the .gir files for it.

I'd expect something like:

 Clutter also depends on gdk-pixbuf so build gdk-pixbuf before Clutter.

(In fact for me, my moduleset *does* build gdk-pixbuf before Clutter already, but that's probably just coincidental ordering. Having the dependency is certainly right.)
Comment 4 Milan Bouchet-Valat 2010-10-01 14:15:18 UTC
(In reply to comment #3)
> Review of attachment 171483 [details] [review]:
> 
> Patch looks fine, commit message is odd since we are already building
> gdk-pixbuf in our moduleset as a dependency of gtk3 and to get the .gir files
> for it.
Yeah, I was a little confused by our IRC discussion, but indeed the fix is really simple as gdk-pixbuf is already built.

Pushed with fixed commit message as 25fe730.