From: Eric Anholt Date: Fri, 30 Jan 2009 23:56:01 +0000 (-0800) Subject: Build dri.pc during the build rather than the install process. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1265e7267e086476d9bae560345fd80f064adfc5;p=mesa.git Build dri.pc during the build rather than the install process. In a normal build system this is generated by configure. --- diff --git a/src/mesa/drivers/dri/Makefile b/src/mesa/drivers/dri/Makefile index 9e49fb16f53..32db0978613 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):