From 61716a2c77dfde9addf6b41a6d72d26a8584150e Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Fri, 31 Jul 2020 00:22:18 +0200 Subject: Initial implementation of seatd and libseat --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') 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') -- cgit v1.2.3