From: Eric Anholt Date: Thu, 17 May 2007 22:36:26 +0000 (-0700) Subject: Rename the i915tex_dri.so driver to just i915_dri.so again. X-Git-Tag: 062012170305~19325^2~31^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f08f5d97068ea89f0fa527520a2ccb0a69ea50b;p=profile%2Fivi%2Fmesa.git Rename the i915tex_dri.so driver to just i915_dri.so again. --- diff --git a/src/mesa/drivers/dri/i915tex/Makefile b/src/mesa/drivers/dri/i915tex/Makefile index 27fb29e..c6a2914 100644 --- a/src/mesa/drivers/dri/i915tex/Makefile +++ b/src/mesa/drivers/dri/i915tex/Makefile @@ -2,7 +2,7 @@ TOP = ../../../../.. include $(TOP)/configs/current -LIBNAME = i915tex_dri.so +LIBNAME = i915_dri.so MINIGLX_SOURCES = server/intel_dri.c