Re: [Mesa-dev] [PATCH 0/2] Fix remaining uses of X11_CFLAGS

2015-09-07 Thread Emil Velikov
Hi Jon, On 4 September 2015 at 12:43, Jon TURNEY wrote: > X11_CFLAGS isn't defined by configure.ac since commmit 35189d76 removed > PKG_CHECK_MODULES([X11],[x11]) > > Fix the remaining uses of X11_CFLAGS. There are no uses of X11_LIBS > > Jon TURNEY (2): > Use X11_INCLUDES instead of X11_CFLA

Re: [Mesa-dev] [PATCH 0/2] Fix remaining uses of X11_CFLAGS

2015-09-04 Thread Matt Turner
Both are Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 0/2] Fix remaining uses of X11_CFLAGS

2015-09-04 Thread Jon TURNEY
X11_CFLAGS isn't defined by configure.ac since commmit 35189d76 removed PKG_CHECK_MODULES([X11],[x11]) Fix the remaining uses of X11_CFLAGS. There are no uses of X11_LIBS Jon TURNEY (2): Use X11_INCLUDES instead of X11_CFLAGS Remove unneeded X11_CFLAGS src/glx/tests/Makefile.am | 2