Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-06 | Document when modules were added to ECM. | Alex Merry | |
2014-11-07 | Do not skip searching for X11 and Wayland on Windows | Alex Merry | |
While the search is unlikely to succeed on Windows, having different behaviour between the platforms (eg: find_package(Wayland REQUIRED) was not fatal on Windows, even though Wayland_FOUND would always be FALSE) is not ideal, and if someone did port them to Windows for some reason, the find modules should support that. If applications actually want different behaviour between platforms (like requiring a module on Unix, but not on Windows), they should implement that logic themselves (since they will have to deal with targets not being defined, etc, anyway). REVIEW: 120481 | |||
2014-10-19 | Wayland and QtWayland protocol scanners | Pier Luigi Fiorini | |
Add a couple of find modules for wayland-scanner and qtwaylandscanner. These modules find the respective executables and create a target that points to the executable. Targets are respectively Wayland::Scanner and Wayland::QtScanner. There are also macros to generate C protocols with wayland-scanner and C++ wrappers with qtwaylandscanner. REVIEW: 120034 |