Build dri.pc during the build rather than the install process.
authorEric Anholt <eric@anholt.net>
Fri, 30 Jan 2009 23:56:01 +0000 (15:56 -0800)
committerEric Anholt <eric@anholt.net>
Sat, 31 Jan 2009 20:04:07 +0000 (12:04 -0800)
In a normal build system this is generated by configure.

src/mesa/drivers/dri/Makefile

index 9e49fb16f53bc6fa787b216d465e9c0ea90b1e8d..32db0978613d798db28737f6d354ce71566b9d98 100644 (file)
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
 
 
 
-default: $(TOP)/$(LIB_DIR) subdirs
+default: $(TOP)/$(LIB_DIR) subdirs dri.pc
 
 
 $(TOP)/$(LIB_DIR):