[Mesa-dev] [PATCH 6/7] anv/wsi: Don't include wayland-drm-client-protocol.h
Emil Velikov
emil.l.velikov at gmail.com
Thu Mar 2 17:57:21 UTC 2017
On 2 March 2017 at 17:44, Jason Ekstrand <jason at jlekstrand.net> wrote:
> On March 2, 2017 05:05:37 Emil Velikov <emil.l.velikov at gmail.com> wrote:
>
>> On 2 March 2017 at 05:28, Jason Ekstrand <jason at jlekstrand.net> wrote:
>>>
>>> ---
>>> src/intel/vulkan/anv_wsi_wayland.c | 1 -
>>> 1 file changed, 1 deletion(-)
>>>
>>> diff --git a/src/intel/vulkan/anv_wsi_wayland.c
>>> b/src/intel/vulkan/anv_wsi_wayland.c
>>> index 5d49671..690fd30 100644
>>> --- a/src/intel/vulkan/anv_wsi_wayland.c
>>> +++ b/src/intel/vulkan/anv_wsi_wayland.c
>>> @@ -22,7 +22,6 @@
>>> */
>>>
>>> #include <wayland-client.h>
>>> -#include <wayland-drm-client-protocol.h>
>>>
>> This patch should come just before (or get merged) with 1/7.
>
>
> Actually, they're basically unrelated.
>
Afaict 1/7 removes the
-I/path/to/the/generated/wayland-drm-client-protocol.h/file/ part, so
we'll fail to build.
Unless I'm missing something, of course.
-Emil
More information about the mesa-dev
mailing list