aboutsummaryrefslogtreecommitdiff
path: root/test cases/wayland
AgeCommit message (Collapse)AuthorFilesLines
2022-09-07modules/wayland: Rename core_only to include_core_onlyMark Bolhuis1-1/+1
Rename the core_only option in scan_xml to include_core_only to match the flag used by wayland-scanner.
2022-09-06modules/wayland: Support --include-core-onlyMark Bolhuis2-0/+23
wayland-scanner can generate header files that only include wayland-client-core.h using a flag. Add a core_only option to scan_xml to support this use case.
2022-03-06wayland module: Allow building both client and server sidesXavier Claessens9-41/+57
- Change `scope` kwarg to `public` boolean default to false. - Change `side` kwarg to `client` and `server` booleans. - Document returned values - Aggregate in a single unit test because have lots of small tests increases CI time. Fixes: #10040.
2022-02-27modules/wayland: Add unstable_wayland moduleMark Bolhuis7-0/+76