xlib: fix missing mesautil build breakage
authorBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 19:08:58 +0000 (13:08 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 20:06:13 +0000 (14:06 -0600)
Fixes the non-DRI build.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/mesa/drivers/x11/Makefile.am

index 7a3513233f014375352d7bb25741f778e56e8733..40b01dd1ef471bb9378d34fce3b11e124db59847 100644 (file)
@@ -27,6 +27,7 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/mapi \
        -I$(top_srcdir)/src/mesa \
+       -I$(top_srcdir)/src \
        -I$(top_srcdir)/src/mesa/main \
        $(X11_INCLUDES) \
        $(DEFINES)