mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 07:38:10 +02:00
egl/wayland-drm: Fix include path
src/egl/main/egltypedefs.h needs the path for EGL/egl.h Reported by jlind on irc.
This commit is contained in:
parent
a1bd012473
commit
62d5f7a04a
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ wayland_drm_OBJECTS = $(wayland_drm_SOURCES:.c=.o)
|
|||
|
||||
wayland_drm_INCLUDES = \
|
||||
$(WAYLAND_CFLAGS) \
|
||||
-I$(TOP)/src/egl/main
|
||||
-I$(TOP)/src/egl/main \
|
||||
-I$(TOP)/include
|
||||
|
||||
# Generate protocol sources
|
||||
prefix=$(shell pkg-config --variable=prefix wayland-server)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue