Module: Mesa Branch: master Commit: 9dbe5e1dca8da8e129706ed88e41e142172617fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dbe5e1dca8da8e129706ed88e41e142172617fe
Author: Brian Paul <bri...@vmware.com> Date: Fri Feb 20 13:19:50 2015 -0700 drivers/x11: add gallium include dirs to Makefile.am Fixes xlib driver build after e8c5cbfd921680c. Acked-by: Matt Turner <matts...@gmail.com> --- src/mesa/drivers/x11/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 76a7cd4..c0596f8 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -30,6 +30,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src \ + -I$(top_srcdir)/src/gallium/include \ + -I$(top_srcdir)/src/gallium/auxiliary \ -I$(top_srcdir)/src/mesa/main \ $(X11_INCLUDES) \ $(DEFINES) _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit