From e6eddbb96a9a690a865df8b0b9cfa2f644824b51 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 24 Feb 2015 08:47:57 -0700 Subject: [PATCH] targets/libgl-xlib: add src/ include dir to fix build --- src/gallium/targets/libgl-xlib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am index 03ba946682a..de56e28d16a 100644 --- a/src/gallium/targets/libgl-xlib/Makefile.am +++ b/src/gallium/targets/libgl-xlib/Makefile.am @@ -26,6 +26,7 @@ GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY) AM_CPPFLAGS = \ -I$(top_srcdir)/include \ + -I$(top_srcdir)/src \ -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mesa/main \ -- 2.30.2