diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-11-28 13:53:17 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-11-28 13:53:17 +0000 |
commit | 0308611733a06c37421fba556739528e51fc6caf (patch) | |
tree | a199bd9b884020c40f04bf697f20f65e74ce5194 /lib/libGL/mesa/libmesagallium | |
parent | 8780de55383f4775e9107ce28c1796616e2974ce (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/Makefile | 3 |
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 |