aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-02-23 21:21:04 +0100
committerThomas White <taw@physics.org>2022-02-24 22:46:59 +0100
commit076f7282d65ce6f1adcbd712821b89b668e4776c (patch)
tree3944fb66dc6be6f1ed68b5fd66a7c8d4a54817c5 /meson.build
parent9c6850bc4fd13ebd337bc567f7b33cb981f432bb (diff)
Combine fixture and playback display tools into one
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build12
1 files changed, 0 insertions, 12 deletions
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)