From 9146879701b0088de872656b8c2ea4f1771c2909 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 26 Oct 2021 21:32:57 +0200 Subject: Add playback display utility --- meson.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6edbd81..b4451a9 100644 --- a/meson.build +++ b/meson.build @@ -43,5 +43,17 @@ executable('starlet-fixture-display', install: true) +# Playback display tool +executable('starlet-playback-display', + ['src/starlet-playback-display.c', + 'src/repl-connection.c'], + dependencies: [gtk_dep, + cairo_dep, + pango_dep, + pangocairo_dep, + guile_dep], + install: true) + + # Install Scheme source files (all at once) install_subdir('guile/starlet', install_dir: guile_sitedir) -- cgit v1.2.3