From fa4cf4dc0cdf2e71e7973410531e4d9d360dd1bb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 15 May 2012 12:23:00 -0700 Subject: mesa: Convert gl.pc to be generated by configure. This saves a step of mashing variables around in our Makefile. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') 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" " "` -- cgit v1.2.3