From 1e98727ae9dfdb23316249a4f32b3169d956e417 Mon Sep 17 00:00:00 2001 From: Kenny Levinsen Date: Fri, 6 Aug 2021 00:06:44 +0200 Subject: seatd-launch: Add seatd launch wrapper This launch wrapper is used to conveniently start a new seatd instance, wait for it to be ready, and launch a target application. --- meson.build | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9d48706..1131b4b 100644 --- a/meson.build +++ b/meson.build @@ -204,6 +204,13 @@ if with_server install: true, dependencies: [realtime], ) + executable( + 'seatd-launch', + [ 'seatd-launch/seatd-launch.c' ], + include_directories: [include_directories('.', 'include')], + install: true, + dependencies: [realtime], + ) endif if get_option('examples') == 'enabled' -- cgit v1.2.3