Re: [Mesa-dev] [PATCH] opengles2: fix building without X11

2015-02-12 Thread Alex Deucher
On Thu, Feb 12, 2015 at 8:23 AM, Emil Velikov wrote: > Humble ping. Reviewed-by: Alex Deucher > > On 22/01/15 18:28, Emil Velikov wrote: >> From: Michael Olbrich >> >> es2_info, es2gears_x11 and es2tri require X11, so don't build them if X11 >> is disabled. >> >> Bugzilla: https://bugs.freedes

Re: [Mesa-dev] [PATCH] opengles2: fix building without X11

2015-02-12 Thread Emil Velikov
Humble ping. On 22/01/15 18:28, Emil Velikov wrote: > From: Michael Olbrich > > es2_info, es2gears_x11 and es2tri require X11, so don't build them if X11 > is disabled. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88618 > Reviewed-by: Emil Velikov > --- > > Noticed this patch in

[Mesa-dev] [PATCH] opengles2: fix building without X11

2015-01-22 Thread Emil Velikov
From: Michael Olbrich es2_info, es2gears_x11 and es2tri require X11, so don't build them if X11 is disabled. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88618 Reviewed-by: Emil Velikov --- Noticed this patch in bugzilla. Not sure how many people keep an eye on it so I've decided to