[Mesa-dev] [PATCH] glx configure refactor: single-option verion

Chuck Atkins chuck.atkins at kitware.com
Fri Apr 15 15:36:43 UTC 2016


This is an alternate implementation of the glx configure refactor.
Instead of three separate options to control implementation selection,
this condenses into a single option accepting an "=" argument.
Personally I prefer this approach as it prevents the possibility of
conflicting implementations getting specified and in my opinion,
reduces the complexity of an already large and complex set of
configure options.  I gave both implementations though depending on
how the reviewing developer (Emil?) would would like to see it.

Chuck Atkins (1):
  glx: Refactor the configure options for glx implementation choice

 configure.ac            | 108 +++++++++++++++++++++++++-----------------------
 src/gallium/Makefile.am |   2 +-
 src/mesa/Makefile.am    |   2 +-
 3 files changed, 59 insertions(+), 53 deletions(-)

-- 
2.5.5


More information about the mesa-dev mailing list