gallium/xlib: remove GL_{MAJOR,MINOR,TINY}
authorDylan Baker <dylan@pnwbakers.com>
Fri, 10 Nov 2017 17:48:47 +0000 (09:48 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 10 Nov 2017 20:40:08 +0000 (12:40 -0800)
commit7210d0096a39eeca7173914fcb531900b78446e9
treeb2a934de359b07378a27a1583030c2627f210afa
parentf9e5216f71fed25c4991c85d71df078cc978a2d2
gallium/xlib: remove GL_{MAJOR,MINOR,TINY}

These variables were removed from autotools in 2008 (sha:
80f68e1b6a0e5bd2da799c), but they have lived on here. The Scons build
meanwhile doesn't set a patch/tiny version at all, just major and minor.
This patch removes the unused variables and simply sets the version,
leaving patch/tiny as 0 since that's what the autotools build as been
doing forever. This shouldn't change any behavior.

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/targets/libgl-xlib/Makefile.am