[Mesa-dev] [PATCH 3/4] osmesa: fix out-of-tree build

Andreas Boll andreas.boll.dev at gmail.com
Sat Mar 16 06:30:28 PDT 2013


Taken from downstream:
http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/14-fix-osmesa-build.diff;h=00581d0e1833c5492d9050e1bf3d5e658cad782e;hb=refs/heads/ubuntu%2B1

NOTE: This is a candidate for the 9.1 and 9.0 branches.
---
 src/mesa/drivers/osmesa/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
index c4b178b..0268e56 100644
--- a/src/mesa/drivers/osmesa/Makefile.am
+++ b/src/mesa/drivers/osmesa/Makefile.am
@@ -25,6 +25,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_srcdir)/src/mesa/ \
+	-I$(top_builddir)/src/mapi \
 	$(DEFINES) \
 	$(API_DEFINES)
 AM_CFLAGS = $(PTHREAD_CFLAGS) \
-- 
1.7.10.4



More information about the mesa-dev mailing list