Mesa (master): d3d1x: fix build without system EGL/egl.h

Luca Barbieri lb at kemper.freedesktop.org
Thu Sep 23 16:23:18 UTC 2010


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

Author: Luca Barbieri <luca at luca-barbieri.com>
Date:   Thu Sep 23 16:18:52 2010 +0200

d3d1x: fix build without system EGL/egl.h

---

 src/gallium/state_trackers/d3d1x/dxgi/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/d3d1x/dxgi/Makefile b/src/gallium/state_trackers/d3d1x/dxgi/Makefile
index 323f6f7..6cdc33b 100644
--- a/src/gallium/state_trackers/d3d1x/dxgi/Makefile
+++ b/src/gallium/state_trackers/d3d1x/dxgi/Makefile
@@ -1,5 +1,5 @@
 LIBNAME=dxgi
-LIBRARY_INCLUDES=-Iinclude -I../gd3dapi -I../d3dapi -I../w32api -I../d3d1xstutil/include -I../include -I../../../include -I../../../auxiliary -I../../../state_trackers/egl/common
+LIBRARY_INCLUDES=-I../../../../../include -Iinclude -I../gd3dapi -I../d3dapi -I../w32api -I../d3d1xstutil/include -I../include -I../../../include -I../../../auxiliary -I../../../state_trackers/egl/common
 LIBRARY_DEFINES=-DDXGI_DRIVER_SEARCH_DIR=\"$(EGL_DRIVER_INSTALL_DIR)\"
 CPP_SOURCES=$(wildcard src/*.cpp)
 




More information about the mesa-commit mailing list