diff options
author | Luca Barbieri <luca@luca-barbieri.com> | 2010-09-23 16:18:52 +0200 |
---|---|---|
committer | Luca Barbieri <luca@luca-barbieri.com> | 2010-09-23 16:18:52 +0200 |
commit | 36a64bfe541c1c8149db08c559e044dfd835c69a (patch) | |
tree | 8e7710a00d675d14925373e7e4793995e1ad8c64 | |
parent | eaf8fe84614f4881ddb03568de11cb4ed3ea5322 (diff) |
d3d1x: fix build without system EGL/egl.h
-rw-r--r-- | 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 323f6f7bbe..6cdc33b8c4 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) |