Re: [Piglit] [PATCH 1/3] cmake: use proper WAYLAND_INCLUDE_DIRS variable

2019-01-02 Thread Tapani Pälli
On 12/6/18 2:34 PM, Burton, Ross wrote: Ping. Also CCing a few people who have touched this file in the past and might be happy reviewing cmake code! It seems you forgot the CC part there Ross ... This change looks fine to me but I've checked and in my build I don't see anything in ${WAYLAN

Re: [Piglit] [PATCH 1/3] cmake: use proper WAYLAND_INCLUDE_DIRS variable

2018-12-06 Thread Burton, Ross
Ping. Also CCing a few people who have touched this file in the past and might be happy reviewing cmake code! Ross On Fri, 30 Nov 2018 at 10:45, Ross Burton wrote: > > From: Pascal Bach > > WAYLAND_wayland-client_INCLUDEDIR is an internal variable and is not correctly > set when cross compiling

[Piglit] [PATCH 1/3] cmake: use proper WAYLAND_INCLUDE_DIRS variable

2018-11-30 Thread Ross Burton
From: Pascal Bach WAYLAND_wayland-client_INCLUDEDIR is an internal variable and is not correctly set when cross compiling. WAYLAND_INCLUDE_DIRS includes the correct path even when cross compiling. Signed-off-by: Pascal Bach --- tests/util/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+),