summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* pkgconfig: Depend on opengl when built with libglvndKevin Bowling2021-07-071-1/+1
|
* glu 9.0.2glu-9.0.2Matt Turner2021-06-241-2/+2
|
* build: Add support for libglvndKevin Bowling2021-06-231-18/+36
|
* build: fix the debug parameter to properly handle --disable-debugLucas Stach2020-10-081-2/+5
| | | | | | | | | Right now the the enableval isn't checked, so the debug options are added for --enable-debug and --disable-debug, which is quite surprising for a user. Fix this to properly handle the disable case. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
* glu 9.0.1glu-9.0.1Matt Turner2019-07-231-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gmail.com>
* Switch from bz2 to xzMatt Turner2019-07-231-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gmail.com>
* Add -D(N)DEBUG to CFLAGS dependent on --enable-debugMatt Turner2013-02-211-3/+4
| | | | | Tested-by: Blaž Hrastnik <speed.the.bboy@gmail.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61003
* build: Put correct thing in glu.pc's Requires:glu-9.0.0Matt Turner2012-09-171-0/+3
|
* build: Don't check for osmesa.h since it's not usedMatt Turner2012-09-171-3/+0
|
* build: Fix white spaceMatt Turner2012-09-171-3/+3
|
* build: Add --enable-debug configure flagMatt Turner2012-08-291-0/+7
| | | | Appends -g -O0 to CFLAGS and CXXFLAGS.
* Bump version to 9.0.0.Matt Turner2012-08-281-1/+1
|
* build: Check for and add visibility compiler flagsMatt Turner2012-08-281-1/+28
|
* build: Allow linking against OSMesa instead of libGLMatt Turner2012-08-281-3/+21
|
* build: Set AM_C* instead of CFLAGS/CPPFLAGSMatt Turner2012-08-281-3/+8
|
* build: Use LT_PREREQ/LT_INIT instead of AC_PROG_LIBTOOLMatt Turner2012-08-281-1/+3
|
* build: Add '&component=GLU' to Bugzilla linkMatt Turner2012-08-281-1/+1
|
* build: Move glu.pc from AC_CONFIG_FILES to AC_OUTPUTMatt Turner2012-08-281-1/+1
|
* Add an autotools build system for libGLU.Kenneth Graunke2012-08-281-0/+74
Now that it's split out from Mesa, we don't have the old build system.