summaryrefslogtreecommitdiff
path: root/lib/libGL/mesa/libmesagallium
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2012-11-28 13:53:17 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2012-11-28 13:53:17 +0000
commit0308611733a06c37421fba556739528e51fc6caf (patch)
treea199bd9b884020c40f04bf697f20f65e74ce5194 /lib/libGL/mesa/libmesagallium
parent8780de55383f4775e9107ce28c1796616e2974ce (diff)
Include the software winsys and state tracker sources in the swrastg
driver rather than in the libmesagallium build. This non functional change allows to use the libmesagallium in any gallium target (r300g, nouveau...)
Diffstat (limited to 'lib/libGL/mesa/libmesagallium')
-rw-r--r--lib/libGL/mesa/libmesagallium/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libGL/mesa/libmesagallium/Makefile b/lib/libGL/mesa/libmesagallium/Makefile
index 18342f173..045cdb3ee 100644
--- a/lib/libGL/mesa/libmesagallium/Makefile
+++ b/lib/libGL/mesa/libmesagallium/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2012/08/26 18:46:42 mpi Exp $
+# $OpenBSD: Makefile,v 1.2 2012/11/28 13:53:16 mpi Exp $
LIB= mesagallium
@@ -6,7 +6,6 @@ CPPFLAGS+= \
-I${MESA}/drivers/dri/common \
-I${GALLIUM}/auxiliary \
-I${GALLIUM}/include \
- -I${GALLIUM}/state_trackers/dri/common \
-DHAVE_POSIX_MEMALIGN \
-D__NOT_HAVE_DRM_H