diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-07-31 00:22:18 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2020-07-31 00:22:18 +0200 |
commit | 61716a2c77dfde9addf6b41a6d72d26a8584150e (patch) | |
tree | 537cd84661955497bdb304f88896e36896df4e5f /meson_options.txt | |
parent | f85434de666f10da0cbcaccdbb7d88917c5fa887 (diff) |
Initial implementation of seatd and libseat
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..fc05dc2 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,5 @@ +option('logind', type: 'feature', value: 'disabled', description: 'logind support') +option('seatd', type: 'feature', value: 'enabled', description: 'seatd support') +option('builtin', type: 'feature', value: 'disabled', description: 'builtin seatd server') +option('server', type: 'feature', value: 'enabled', description: 'seatd server') +option('examples', type: 'feature', value: 'enabled', description: 'libseat example programs') |