Re: [Piglit] [PATCH] util: add includes when building for Wayland

2018-05-16 Thread Dylan Baker
Quoting Tapani Pälli (2018-05-16 04:23:04) > > On 05/11/2018 06:01 PM, vadym.shovkoplias wrote: > > This fixes following compile issue on OpenSUSE Tumbleweed: > > > > piglit_wl_framework.c:33:10: fatal error: wayland-client.h: > > No such file or directory #include > > Yeah, this path does not

Re: [Piglit] [PATCH] util: add includes when building for Wayland

2018-05-16 Thread Tapani Pälli
On 05/11/2018 06:01 PM, vadym.shovkoplias wrote: This fixes following compile issue on OpenSUSE Tumbleweed: piglit_wl_framework.c:33:10: fatal error: wayland-client.h: No such file or directory #include Yeah, this path does not propagate to UTIL_GL_INCLUDES ATM. I think this works in most s

[Piglit] [PATCH] util: add includes when building for Wayland

2018-05-11 Thread vadym.shovkoplias
This fixes following compile issue on OpenSUSE Tumbleweed: piglit_wl_framework.c:33:10: fatal error: wayland-client.h: No such file or directory #include Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106477 Signed-off-by: Sergii Romantsov --- tests/util/CMakeLists.txt | 3 +++ 1 file