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:
committed by
Kristian Høgsberg
parent
a1bd012473
commit
62d5f7a04a
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user