Mesa (master): Build dri. pc during the build rather than the install process.

Eric Anholt anholt at kemper.freedesktop.org
Sat Jan 31 20:23:01 UTC 2009


Module: Mesa
Branch: master
Commit: 1265e7267e086476d9bae560345fd80f064adfc5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1265e7267e086476d9bae560345fd80f064adfc5

Author: Eric Anholt <eric at anholt.net>
Date:   Fri Jan 30 15:56:01 2009 -0800

Build dri.pc during the build rather than the install process.

In a normal build system this is generated by configure.

---

 src/mesa/drivers/dri/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/Makefile b/src/mesa/drivers/dri/Makefile
index 9e49fb1..32db097 100644
--- a/src/mesa/drivers/dri/Makefile
+++ b/src/mesa/drivers/dri/Makefile
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
 
 
 
-default: $(TOP)/$(LIB_DIR) subdirs
+default: $(TOP)/$(LIB_DIR) subdirs dri.pc
 
 
 $(TOP)/$(LIB_DIR):




More information about the mesa-commit mailing list