From: Jakob Bornecrantz Date: Tue, 20 Apr 2010 21:49:27 +0000 (+0100) Subject: targets: Use a valid winsys include path in Makefile.dri X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cebfd1a0cfa84191fb27dde1593700e9ed9057ff;p=mesa.git targets: Use a valid winsys include path in Makefile.dri --- diff --git a/src/gallium/targets/Makefile.dri b/src/gallium/targets/Makefile.dri index 16477e34963..8efbf4e828c 100644 --- a/src/gallium/targets/Makefile.dri +++ b/src/gallium/targets/Makefile.dri @@ -36,7 +36,7 @@ SHARED_INCLUDES = \ -I$(TOP)/src/gallium/include \ -I$(TOP)/src/gallium/auxiliary \ -I$(TOP)/src/gallium/drivers \ - -I$(TOP)/src/gallium/winsys/common \ + -I$(TOP)/src/gallium/winsys \ -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \