| prefix=@CMAKE_INSTALL_PREFIX@ | |
| exec_prefix=${prefix}/@CMAKE_INSTALL_BINDIR@ | |
| libexecdir=${prefix}/@CMAKE_INSTALL_LIBEXECDIR@ | |
| includedir=${prefix}/include | |
| test_runner=${libexecdir}/wlcs/wlcs | |
| Name: wlcs | |
| Description: Wayland Conformance Suite test harness | |
| Version: @PROJECT_VERSION@ | |
| Requires.private: wayland-client | |
| Cflags: -I${includedir} |