projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
566d188
)
gallium: Add tokens for DragonFly BSD.
author
Vinson Lee
<vlee@freedesktop.org>
Tue, 16 Sep 2014 23:11:53 +0000
(16:11 -0700)
committer
Vinson Lee
<vlee@freedesktop.org>
Sat, 11 Oct 2014 04:32:35 +0000
(21:32 -0700)
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Acked-by: Brian Paul <brianp@vmware.com>
src/gallium/include/pipe/p_config.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_config.h
b/src/gallium/include/pipe/p_config.h
index b5e773694a5e60bd17ad5e64e1957d56eafb5434..5b6db7dcc675a59b112dbabda0bbf1377e365819 100644
(file)
--- a/
src/gallium/include/pipe/p_config.h
+++ b/
src/gallium/include/pipe/p_config.h
@@
-218,6
+218,12
@@
#define PIPE_OS_UNIX
#endif
+#if defined(__DragonFly__)
+#define PIPE_OS_DRAGONFLY
+#define PIPE_OS_BSD
+#define PIPE_OS_UNIX
+#endif
+
#if defined(__GNU__)
#define PIPE_OS_HURD
#define PIPE_OS_UNIX