[Mesa-dev] [PATCH 04/13] pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is defined

Francisco Jerez currojerez at riseup.net
Thu Feb 13 04:50:31 PST 2014


Emil Velikov <emil.l.velikov at gmail.com> writes:

> Currently HAVE_PIPE_LOADER_XCB is defined, rather than being set to 1/0.
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>

Reviewed-by: Francisco Jerez <currojerez at riseup.net>

> ---
>  src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
> index d6869fd..16f8a58 100644
> --- a/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
> +++ b/src/gallium/auxiliary/pipe-loader/pipe_loader_drm.c
> @@ -62,7 +62,7 @@ static struct pipe_loader_ops pipe_loader_drm_ops;
>  static void
>  pipe_loader_drm_x_auth(int fd)
>  {
> -#if HAVE_PIPE_LOADER_XCB
> +#ifdef HAVE_PIPE_LOADER_XCB
>     /* Try authenticate with the X server to give us access to devices that X
>      * is running on. */
>     xcb_connection_t *xcb_conn;
> -- 
> 1.8.5.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 229 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140213/b3d6415a/attachment.pgp>


More information about the mesa-dev mailing list