diff options
author | Benjamin Franzke <[email protected]> | 2011-03-03 11:05:03 +0100 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-03-04 16:36:37 -0500 |
commit | e71920929e3933b007b0bd2358def91df1447eb3 (patch) | |
tree | 6e83b9544fa5a80759173ca3c200d2408cf220ad /src/egl/drivers/dri2 | |
parent | 1a57717bbe8a2cedf2e1bb72cfd7ec85cd2350fc (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/egl/drivers/dri2')
-rw-r--r-- | src/egl/drivers/dri2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/Makefile b/src/egl/drivers/dri2/Makefile index eac599e6745..4783975852a 100644 --- a/src/egl/drivers/dri2/Makefile +++ b/src/egl/drivers/dri2/Makefile @@ -27,7 +27,7 @@ endif ifneq ($(findstring wayland, $(EGL_PLATFORMS)),) EGL_SOURCES += platform_wayland.c EGL_INCLUDES += -DHAVE_WAYLAND_PLATFORM $(WAYLAND_CFLAGS) \ - -I$(TOP)/src/egl/wayland \ + -I$(TOP)/src/egl/wayland/wayland-egl \ -I$(TOP)/src/egl/wayland/wayland-drm EGL_LIBS += $(WAYLAND_LIBS) \ $(TOP)/src/egl/wayland/wayland-drm/libwayland-drm.a |