Commit Graph

4 Commits

Author SHA1 Message Date
Emil Velikov 335278a27f m4: add .gitignore file
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-02-29 14:02:11 +00:00
Kyle Brenneman 6540671659 libOpenGL: Fix the linker flags for libOpenGL.
Fixed a couple lines in the libOpenGL makefile where it was using the wrong
variable name.

Added an explicit -version-info flag for libGLdispatch and libGLX.

Added the --no-undefined linker flag for libOpenGL, libGL, libGLdispatch, and
libGLX on systems where it's available.
2015-07-31 11:29:33 -06:00
Kyle Brenneman 9b64a5ab75 Add an --enable-debug configure option.
Use the AX_CHECK_ENABLE_DEBUG macro to add an --enable-debug option to the
configure script.

Silence an unused variable warning in libglx.c. A variable in CommonMakeCurrent
is only used in asserts, so setting NDEBUG means it's set but never used.

Remove the dbg_configure.sh script.
2015-07-08 15:03:30 -06:00
Brian Nguyen 05e64e91cb Add autotools infrastructure for libglvnd 2013-08-26 10:29:08 -07:00