#15333 closed defect (fixed)
libpixman: Disable GTK support
Reported by: | nox@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | circular | Cc: | |
Port: | libpixman, libpixman-devel |
Description
libpixman is a cairo dependency, cairo is a gtk dependency, but if you upgrade libpixman after gtk installation, it will try to enable its GTK support, that's a bad thing. Here is a patch to disable this behaviour.
Attachments (1)
Change History (7)
Changed 17 years ago by nox@…
Attachment: | libpixman-no-gtk.diff added |
---|
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 16 years ago by nox@…
Mine did find GTK, I noticed that bug because I was trying to build libpixman universally when GTK was not installed with +universal variant. I was on 10.5.2 using the latest Xcode.
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
It sounds like they've added a --disable-gtk option for the next release.
comment:4 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | libpixman added |
---|---|
Status: | new → assigned |
GTK support has been disabled in libpixman-devel in r39851.
comment:5 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | libpixman-devel added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
libpixman has been updated to 0.12.0 so now I could disable GTK support in libpixman in r40076 in the same way as libpixman-devel.
Note: See
TracTickets for help on using
tickets.
I have gtk2 installed, but when I tried rebuilding my libpixman, it still did not try to make use of GTK. It said "checking for GTK... no" during the configure phase. Does yours actually find GTK? If so, what version of Mac OS X and Xcode are you using, on what kind of Mac?