egl_dri2: Fix out of tree builds with the wayland backend enabled
authorRobert Hooker <sarvatt@ubuntu.com>
Wed, 2 May 2012 23:04:57 +0000 (19:04 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 3 May 2012 15:45:59 +0000 (11:45 -0400)
Otherwise it fails like so:

  CC     egl_dri2.lo
In file included from egl_dri2.h:40:0,
                 from egl_dri2.c:42:
../../../../../../src/egl/wayland/wayland-drm/wayland-drm.h:8:41:
fatal error: wayland-drm-server-protocol.h: No such file or directory
compilation terminated.

src/egl/drivers/dri2/Makefile.am

index e4d4abb..49ec06b 100644 (file)
@@ -26,6 +26,7 @@ AM_CFLAGS = \
        -I$(top_srcdir)/src/gbm/backends/dri \
        -I$(top_srcdir)/src/egl/wayland/wayland-egl \
        -I$(top_srcdir)/src/egl/wayland/wayland-drm \
+       -I$(top_builddir)/src/egl/wayland/wayland-drm \
        $(DEFINES) \
        $(LIBDRM_CFLAGS) \
        $(LIBUDEV_CFLAGS) \