Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-24 Thread Emil Velikov
On 24 July 2017 at 13:25, Luke A. Guest wrote: > master currently fails when enabling egl because > drivers/dri2/linux-dmabuf-unstable-v1-protocol.c doesn't exist, should it? > Please ensure you've got a clean repo. If it persists share your configure line and a snippet of

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-24 Thread Tapani Pälli
I sent attempt to fix this here: https://patchwork.freedesktop.org/patch/168609/ On 07/24/2017 03:25 PM, Luke A. Guest wrote: master currently fails when enabling egl because drivers/dri2/linux-dmabuf-unstable-v1-protocol.c doesn't exist, should it? Luke. On 19/07/17 23:44, Andres Gomez

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-24 Thread Luke A. Guest
master currently fails when enabling egl because drivers/dri2/linux-dmabuf-unstable-v1-protocol.c doesn't exist, should it? Luke. On 19/07/17 23:44, Andres Gomez wrote: > This fixes `make distcheck` > >> make[3]: *** No rule to make target >> 'drivers/dri2/linux-dmabuf-unstable-v1-protocol.c',

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-23 Thread Andres Gomez
I'll be pushing already 1/2 and keep this on hold to see whether we favor instead: https://lists.freedesktop.org/archives/mesa-dev/2017-July/163730.html On Thu, 2017-07-20 at 01:44 +0300, Andres Gomez wrote: > This fixes `make distcheck` > > > make[3]: *** No rule to make target > >

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Emil Velikov
On 20 July 2017 at 15:42, Andres Gomez wrote: > On Thu, 2017-07-20 at 14:37 +0100, Emil Velikov wrote: >> On 20 July 2017 at 13:54, Daniel Stone wrote: >> > Hi Emil, >> > >> > On 20 July 2017 at 13:51, Emil Velikov wrote: >> > >

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Andres Gomez
On Thu, 2017-07-20 at 14:37 +0100, Emil Velikov wrote: > On 20 July 2017 at 13:54, Daniel Stone wrote: > > Hi Emil, > > > > On 20 July 2017 at 13:51, Emil Velikov wrote: > > > On 19 July 2017 at 23:44, Andres Gomez wrote: > > >

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Emil Velikov
On 20 July 2017 at 13:54, Daniel Stone wrote: > Hi Emil, > > On 20 July 2017 at 13:51, Emil Velikov wrote: >> On 19 July 2017 at 23:44, Andres Gomez wrote: >>> -dri2_backend_FILES += drivers/dri2/platform_wayland.c \ >>> -

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Eric Engestrom
On Thursday, 2017-07-20 09:09:37 +0100, Daniel Stone wrote: > On 19 July 2017 at 23:44, Andres Gomez wrote: > > This fixes `make distcheck` > > > >> make[3]: *** No rule to make target > >> 'drivers/dri2/linux-dmabuf-unstable-v1-protocol.c', needed by 'distdir'. > >> Stop. >

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Daniel Stone
Hi Emil, On 20 July 2017 at 13:51, Emil Velikov wrote: > On 19 July 2017 at 23:44, Andres Gomez wrote: >> -dri2_backend_FILES += drivers/dri2/platform_wayland.c \ >> - drivers/dri2/linux-dmabuf-unstable-v1-protocol.c >> +dri2_backend_FILES +=

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Emil Velikov
On 19 July 2017 at 23:44, Andres Gomez wrote: > This fixes `make distcheck` > >> make[3]: *** No rule to make target >> 'drivers/dri2/linux-dmabuf-unstable-v1-protocol.c', needed by 'distdir'. >> Stop. >> make[3]: Entering directory '/home/local/mesa/src/egl' >> make[3]:

Re: [Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-20 Thread Daniel Stone
On 19 July 2017 at 23:44, Andres Gomez wrote: > This fixes `make distcheck` > >> make[3]: *** No rule to make target >> 'drivers/dri2/linux-dmabuf-unstable-v1-protocol.c', needed by 'distdir'. >> Stop. >> make[3]: Entering directory '/home/local/mesa/src/egl' >> make[3]:

[Mesa-dev] [PATCH 2/2] egl: add linux-dmabuf-unstable-v1-protocol.c to "nodist"

2017-07-19 Thread Andres Gomez
This fixes `make distcheck` > make[3]: *** No rule to make target > 'drivers/dri2/linux-dmabuf-unstable-v1-protocol.c', needed by 'distdir'. > Stop. > make[3]: Entering directory '/home/local/mesa/src/egl' > make[3]: Leaving directory '/home/local/mesa/src/egl' > make[2]: *** [distdir] Error 1