diff options
author | Eric Anholt <[email protected]> | 2012-05-15 12:47:58 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-06-21 10:10:43 -0700 |
commit | bd18a236dead98ae34467d59f76c77d94226399e (patch) | |
tree | 288d6913675483d9a656f66c7edf4617e502f99f /configure.ac | |
parent | fa4cf4dc0cdf2e71e7973410531e4d9d360dd1bb (diff) |
automake: Convert osmesa.pc to be generated by configure.
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 a5df38a13fd..e41a73d5e53 100644 --- a/configure.ac +++ b/configure.ac @@ -2186,7 +2186,8 @@ AC_CONFIG_FILES([configs/current src/mesa/drivers/dri/radeon/Makefile src/mesa/drivers/dri/swrast/Makefile src/mesa/drivers/x11/Makefile - src/mesa/gl.pc]) + src/mesa/gl.pc + src/mesa/osmesa.pc]) dnl Sort the dirs alphabetically GALLIUM_TARGET_DIRS=`echo $GALLIUM_TARGET_DIRS|tr " " "\n"|sort -u|tr "\n" " "` |