GNOME Bugzilla – Bug 742134
3.16: tweak some deps on macos
Last modified: 2015-01-06 19:47:04 UTC
Make some changes to dependencies on Mac OS. - when using quartz, we don't need fontconfig, freetype or harfbuzz - similarly, we won't need at-spi either - cairo GL support is currently broken on Mac OS, so disable it. See https://bugs.freedesktop.org/show_bug.cgi?id=87707 - rework Gtk to enable backends (including quartz) according to condition flags - libtiff support is disabled in gdk-pixbuf just because I don't think that it's really important and it removes one extra dependency to bootstrap. Ideally, we'd use quartz image loaders instead. See https://bugzilla.gnome.org/show_bug.cgi?id=720762
Created attachment 293504 [details] [review] 3.16: tweak some deps on macos
So this works pretty well for me on 10.10 but libepoxy seems to have a hard-dep on x11 on osx.
We're waiting on https://github.com/anholt/libepoxy/pull/28
Attachment 293504 [details] pushed as 09bb0aa - 3.16: tweak some deps on macos