GNOME Bugzilla – Bug 737701
GJS shouldn't require cairo-xlib
Last modified: 2017-04-13 23:43:12 UTC
Created attachment 287498 [details] [review] Patch to fix the problem When building on OSX we are using Cairo without XLib support, so XLib should not be required. This changes the PKG_CHECK_MODULES call to issue a warning instead of erroring out if cairo-xlib.pc is not found. (The cairo-xlib dependency is in order to initialize XLib threads properly, but if there is no XLib, we don't need to initialize XLib threads, either.) I'd appreciate it if this could be committed to the gnome-3-14 branch as well.
Review of attachment 287498 [details] [review]: Looks good.
OK for me to commit to both master and gnome-3-14 then?
Committed to both master and gnome-3-14.