summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-05-15 12:23:00 -0700
committerEric Anholt <eric@anholt.net>2012-06-21 10:10:08 -0700
commitfa4cf4dc0cdf2e71e7973410531e4d9d360dd1bb (patch)
tree50875d22eb189866e4abb231ad79c87bc96c58ec /configure.ac
parent2d4b77c7c6c76b3c2083471a1afa4f19dfbb3d5f (diff)
mesa: Convert gl.pc to be generated by configure.
This saves a step of mashing variables around in our Makefile.
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 532feaafa8b..a5df38a13fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2185,7 +2185,8 @@ AC_CONFIG_FILES([configs/current
src/mesa/drivers/dri/r200/Makefile
src/mesa/drivers/dri/radeon/Makefile
src/mesa/drivers/dri/swrast/Makefile
- src/mesa/drivers/x11/Makefile])
+ src/mesa/drivers/x11/Makefile
+ src/mesa/gl.pc])
dnl Sort the dirs alphabetically
GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort -u|tr "\n" " "`