diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-07-13 12:43:35 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2012-07-13 12:43:35 +0000 |
commit | 69ddf9f96eea70f9e9505ee5b00f8125a7ccc12e (patch) | |
tree | 62ed98c1909ada0c8906110303ad679aa219879b | |
parent | 18095ae7aaa269debde8bc7de316a1eae8bc6979 (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/drivers/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libGL/gallium/drivers/Makefile.inc b/lib/libGL/gallium/drivers/Makefile.inc index 974cc3dab..21782bac7 100644 --- a/lib/libGL/gallium/drivers/Makefile.inc +++ b/lib/libGL/gallium/drivers/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 12:43:34 mpi Exp $ +# $OpenBSD: Makefile.inc,v 1.1 2012/07/13 12:43:34 mpi Exp $ GALLIUM= ${.CURDIR}/../../../../../dist/Mesa/src/gallium |