GNOME Bugzilla – Bug 733053
Properly detect X for mingw
Last modified: 2014-11-24 13:12:41 UTC
Created attachment 280496 [details] [review] fix detection X for mingw Need check also X11/XKBlib.h for mingw
Why exactly is that needed? We don't really use XKBlib.h anywhere
Because we sometimes have Xlib.h for mingw and get false result finding X.
That sounds like a bug in mingw though. Can you provide another patch that checks for both headers at once instead of separately?
This should be fixed in master, where we just use pkg-config: commit f7d6087d53944a56906ad5240bf9abe2f0146c4f Author: Tim-Philipp Müller <tim@centricular.com> Date: Sun Aug 10 17:30:18 2014 +0100 configure: use pkg-config to detect x11 and xv libs AC_PATH_XTRA macro unnecessarily pulls in libSM and libICE. https://bugzilla.gnome.org/show_bug.cgi?id=731047 (gst-plugins-bad still seems to use AG_GST_CHECK_X for some non-essential stuff like the not-ported nas audio plugin). Please re-open if you still have problems with git master, thanks.