Re: [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable

2013-10-09 Thread Gaetan Nadon
On 13-10-07 05:28 PM, Kenneth Graunke wrote: > On 10/01/2013 02:07 PM, Kenneth Graunke wrote: >> On 10/01/2013 06:31 AM, Gaetan Nadon wrote: >>> On 13-09-28 04:23 PM, Emil Velikov wrote: On 28/09/13 20:00, Gaetan Nadon wrote: > The EGL library has some references to x11 but it gets the lin

Re: [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable

2013-10-07 Thread Kenneth Graunke
On 10/01/2013 02:07 PM, Kenneth Graunke wrote: > On 10/01/2013 06:31 AM, Gaetan Nadon wrote: >> On 13-09-28 04:23 PM, Emil Velikov wrote: >>> On 28/09/13 20:00, Gaetan Nadon wrote: The EGL library has some references to x11 but it gets the link flags from the XCB_DRI2_LIBS iff HAVE_EGL_PL

Re: [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable

2013-10-01 Thread Kenneth Graunke
On 10/01/2013 06:31 AM, Gaetan Nadon wrote: > On 13-09-28 04:23 PM, Emil Velikov wrote: >> On 28/09/13 20:00, Gaetan Nadon wrote: >>> The EGL library has some references to x11 but it gets the link flags >>> from the XCB_DRI2_LIBS iff HAVE_EGL_PLATFORM_X11 is true. >> s/iff/if/ >>> The X11_LIBS var

Re: [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable

2013-10-01 Thread Gaetan Nadon
On 13-09-28 04:23 PM, Emil Velikov wrote: > On 28/09/13 20:00, Gaetan Nadon wrote: >> The EGL library has some references to x11 but it gets the link flags >> from the XCB_DRI2_LIBS iff HAVE_EGL_PLATFORM_X11 is true. > s/iff/if/ >> The X11_LIBS variable was probably coming from a PKG_CHECK_MODULES

Re: [Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable

2013-09-28 Thread Emil Velikov
On 28/09/13 20:00, Gaetan Nadon wrote: > The EGL library has some references to x11 but it gets the link flags > from the XCB_DRI2_LIBS iff HAVE_EGL_PLATFORM_X11 is true. s/iff/if/ > > The X11_LIBS variable was probably coming from a PKG_CHECK_MODULES (x11) > earlier in history. > > If it is poss

[Mesa-dev] [PATCH] egl/main: remove undefined X11_LIBS automake variable

2013-09-28 Thread Gaetan Nadon
The EGL library has some references to x11 but it gets the link flags from the XCB_DRI2_LIBS iff HAVE_EGL_PLATFORM_X11 is true. The X11_LIBS variable was probably coming from a PKG_CHECK_MODULES (x11) earlier in history. If it is possible to have HAVE_EGL_DRIVER_GLX without HAVE_EGL_PLATFORM_X11