aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Collapse)Author
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