diff options
author | Eric Anholt <eric@anholt.net> | 2012-05-15 12:23:00 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2012-06-21 10:10:08 -0700 |
commit | fa4cf4dc0cdf2e71e7973410531e4d9d360dd1bb (patch) | |
tree | 50875d22eb189866e4abb231ad79c87bc96c58ec /configure.ac | |
parent | 2d4b77c7c6c76b3c2083471a1afa4f19dfbb3d5f (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.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 532feaafa8..a5df38a13f 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" " "` |