From 9f8889382926f1c9a531b383565940c93f24933e Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 4 Aug 2014 13:08:58 -0600 Subject: [PATCH] xlib: fix missing mesautil build breakage Fixes the non-DRI build. Reviewed-by: Jason Ekstrand --- src/mesa/drivers/x11/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2