mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-03 00:18:29 +02:00
d3d1x: fix build without system EGL/egl.h
This commit is contained in:
parent
eaf8fe8461
commit
36a64bfe54
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue