[Mesa-dev] [PATCH 1/2] xlib: fix missing mesautil build breakage
Jason Ekstrand
jason at jlekstrand.net
Mon Aug 4 12:17:34 PDT 2014
Both patches:
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>
On Mon, Aug 4, 2014 at 12:09 PM, Brian Paul <brianp at vmware.com> wrote:
> Fixes the non-DRI build.
> ---
> src/mesa/drivers/x11/Makefile.am | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/x11/Makefile.am
> b/src/mesa/drivers/x11/Makefile.am
> index 7a35132..40b01dd 100644
> --- a/src/mesa/drivers/x11/Makefile.am
> +++ b/src/mesa/drivers/x11/Makefile.am
> @@ -27,6 +27,7 @@ AM_CPPFLAGS = \
> -I$(top_srcdir)/include \
> -I$(top_srcdir)/src/mapi \
> -I$(top_srcdir)/src/mesa \
> + -I$(top_srcdir)/src \
> -I$(top_srcdir)/src/mesa/main \
> $(X11_INCLUDES) \
> $(DEFINES)
> --
> 1.7.10.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140804/d5f27631/attachment.html>
More information about the mesa-dev
mailing list