From: Brian Paul Date: Mon, 4 Aug 2014 19:08:58 +0000 (-0600) Subject: xlib: fix missing mesautil build breakage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f8889382926f1c9a531b383565940c93f24933e;p=mesa.git xlib: fix missing mesautil build breakage Fixes the non-DRI build. Reviewed-by: Jason Ekstrand --- diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 7a3513233f0..40b01dd1ef4 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -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)