summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-06-12 11:38:19 -0700
committerEric Anholt <eric@anholt.net>2012-06-21 10:09:17 -0700
commit2d4b77c7c6c76b3c2083471a1afa4f19dfbb3d5f (patch)
tree638d775d183adf89822a7e13737013b2fe2163a2 /configure.ac
parent2fb0f770a4bfbcb1d2c4787d286812ec6133d994 (diff)
automake: Convert src/mesa/drivers/x11/Makefile to automake.
The weird versioning of the libGL where the package version was sort of expressed as a big integer is dropped. libtool didn't like the 0 prefix, and it didn't really make sense anyway -- if you interpret it as an integer version number, old Mesa 071200 was bigger than current Mesa 08100. Instead, just bump the minor version and drop the patchlevel.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6d4d6d2c812..532feaafa8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2184,7 +2184,8 @@ AC_CONFIG_FILES([configs/current
src/mesa/drivers/dri/nouveau/Makefile
src/mesa/drivers/dri/r200/Makefile
src/mesa/drivers/dri/radeon/Makefile
- src/mesa/drivers/dri/swrast/Makefile])
+ src/mesa/drivers/dri/swrast/Makefile
+ src/mesa/drivers/x11/Makefile])
dnl Sort the dirs alphabetically
GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort -u|tr "\n" " "`