summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-03-03 11:05:03 +0100
committerKristian Høgsberg <krh@bitplanet.net>2011-03-04 16:36:37 -0500
commite71920929e3933b007b0bd2358def91df1447eb3 (patch)
tree6e83b9544fa5a80759173ca3c200d2408cf220ad /src/gallium/state_trackers
parent1a57717bbe8a2cedf2e1bb72cfd7ec85cd2350fc (diff)
egl/wayland: Move wayland-egl into a subdir
This hopefully fixes wayland-egl's dependency resolution for autogenerated wayland-drm headers.
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r--src/gallium/state_trackers/egl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile
index 6864321406..53673a78a9 100644
--- a/src/gallium/state_trackers/egl/Makefile
+++ b/src/gallium/state_trackers/egl/Makefile
@@ -25,7 +25,7 @@ x11_OBJECTS = $(x11_SOURCES:.c=.o)
wayland_INCLUDES = \
-I$(TOP)/src/gallium/winsys \
- -I$(TOP)/src/egl/wayland \
+ -I$(TOP)/src/egl/wayland/wayland-egl \
-I$(TOP)/src/egl/wayland/wayland-drm \
$(shell pkg-config --cflags-only-I libdrm wayland-client)