From 076f7282d65ce6f1adcbd712821b89b668e4776c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 23 Feb 2022 21:21:04 +0100 Subject: Combine fixture and playback display tools into one --- meson.build | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b4451a9..6edbd81 100644 --- a/meson.build +++ b/meson.build @@ -43,17 +43,5 @@ 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