[Mesa-dev] [PATCH] gallium: Add tokens for DragonFly BSD.

Brian Paul brianp at vmware.com
Wed Sep 17 15:48:14 PDT 2014


On 09/16/2014 05:31 PM, Vinson Lee wrote:
> Signed-off-by: Vinson Lee <vlee at freedesktop.org>
> ---
>   src/gallium/include/pipe/p_config.h | 6 ++++++
>   1 file changed, 6 insertions(+)
>
> diff --git a/src/gallium/include/pipe/p_config.h b/src/gallium/include/pipe/p_config.h
> index b5e7736..5b6db7d 100644
> --- 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
>

Acked-by: Brian Paul <brianp at vmware.com>



More information about the mesa-dev mailing list