Module: Mesa Branch: master Commit: 9f8889382926f1c9a531b383565940c93f24933e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f8889382926f1c9a531b383565940c93f24933e
Author: Brian Paul <[email protected]> Date: Mon Aug 4 13:08:58 2014 -0600 xlib: fix missing mesautil build breakage Fixes the non-DRI build. Reviewed-by: Jason Ekstrand <[email protected]> --- 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 7a35132..40b01dd 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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
