diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-07-13 12:43:31 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-07-13 12:43:31 +0000 |
commit | 8824b7933ffd2c64df488bb078a9ca1dc6677170 (patch) | |
tree | 362ab3536e4d5f058ee1ad70c357a3c355968aa1 | |
parent | 8e83382bb4f2cf731d2b5c5363b7808595449b86 (diff) |
Import the infrastructure for building Gallium3D graphics drivers.
Currently only software drivers are supported, looks ok to matthieu.
-rw-r--r-- | lib/libGL/gallium/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libGL/gallium/Makefile.inc b/lib/libGL/gallium/Makefile.inc index 311655ad9..f17179f46 100644 --- a/lib/libGL/gallium/Makefile.inc +++ b/lib/libGL/gallium/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 12:43:30 mpi Exp $ +# $OpenBSD: Makefile.inc,v 1.1 2012/07/13 12:43:30 mpi Exp $ CPP= cpp -notraditional |