aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
2021-03-16meson: Minor cleanupKenny Levinsen
2021-03-16meson: Fix logind backend auto modeKenny Levinsen
2021-03-15Bump version to 0.5.0Kenny Levinsen
2021-03-15meson: Fix indentationKenny Levinsen
2021-03-15meson: Make summary prettierKenny Levinsen
2021-03-15meson: Clean up test declarations a bitKenny Levinsen
2021-02-27meson: ignore 'man-pages' if 'server' is disabledAleksei Bavshin
`seatd.1` is the only man page, so it's not necessary to install it or require scdoc when the server is not built.
2020-10-19Bump version to 0.4.0Kenny Levinsen
2020-10-12connection: Add unittestKenny Levinsen
2020-09-22meson: Make default seatd socket path configurableKenny Levinsen
FreeBSD and Linux have different preferred socket locations. Expose an option to set the location, and implement simple auto-logic for linux/freebsd.
2020-09-22poller: Add unittestKenny Levinsen
2020-09-08Bump version to 0.3.0Kenny Levinsen
2020-09-08libseat: Version the .so fileKenny Levinsen
2020-09-01meson: fix manpage generation for cross buildsIsaac Freund
We want to use the scdoc of the host system not the target system, so pass the `native: true` parameter to meson.
2020-08-31Remove unused list implementationKenny Levinsen
2020-08-28Bump version to 0.2.0Kenny Levinsen
2020-08-22meson: Set license to MITKenny Levinsen
2020-08-08man: Add simple seatd(1) pageKenny Levinsen
2020-08-08build: check for libelogind before libsystemdIsaac Freund
elogind provides a libsystemd wrapper which is packaged by some distros. For whatever reason using this wrapper instead of libelogind directly causes compiler warnings to pop up. Checking for libelogind first ensures that this wrapper is not used.
2020-08-07seatd: Add command-line argumentsKenny Levinsen
2020-08-06linked_list: Add unittestKenny Levinsen
2020-08-05log: Remove libseat prefixesKenny Levinsen
2020-08-03libseat: Convert clients to linked_listKenny Levinsen
2020-08-03seat: Convert device list to linked listKenny Levinsen
2020-08-03poller: Remove unnecessary poll_impl abstractionKenny Levinsen
2020-08-03libseat: Use symbol file instead of -fvisibilityKenny Levinsen
2020-08-01meson: FreeBSD optionsKenny Levinsen
2020-07-31meson: Set _FORTIFY_SOURCE=2 for optimized buildsKenny Levinsen
2020-07-31meson: Add summary printoutKenny Levinsen
2020-07-31Initial implementation of seatd and libseatKenny Levinsen