From e45d44a7a391f0210c180085bfbd2338c49eac91 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 11 Oct 2013 21:13:55 +0100 Subject: [PATCH] targets/dri-swrast: add correct include for out-of-tree builds The xmlpool/options.h file was not accessible when building out-of-tree leading to failure. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=70378 Reported-by: Fabio Pedretti Signed-off-by: Emil Velikov --- src/gallium/targets/dri-swrast/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/dri-swrast/Makefile.am b/src/gallium/targets/dri-swrast/Makefile.am index 5d2f146..6b629df 100644 --- a/src/gallium/targets/dri-swrast/Makefile.am +++ b/src/gallium/targets/dri-swrast/Makefile.am @@ -33,6 +33,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/gallium/winsys \ -I$(top_srcdir)/src/mesa \ -I$(top_srcdir)/src/mapi \ + -I$(top_builddir)/src/mesa/drivers/dri/common \ -DGALLIUM_RBUG \ -DGALLIUM_TRACE \ -DGALLIUM_SOFTPIPE \ -- 1.8.4