aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-06-20 14:07:17 +0200
committerThomas White <taw@physics.org>2021-06-20 14:07:17 +0200
commitd9bbee4fa984cb641e868b69331b4587f2281ddc (patch)
tree7be9556042a0720c8a721e258c3e40a7fe73acc6 /meson.build
parent3b1227ccc5ed3ddb9f13199cefe05baf34156c22 (diff)
Fixture display: Get the fixture names from Starlet
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index dfe81e4..6edbd81 100644
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,11 @@ library('guile-ola', ['src/guile-ola.cpp'],
executable('starlet-fixture-display',
['src/starlet-fixture-display.c',
'src/repl-connection.c'],
- dependencies: [gtk_dep, cairo_dep, pango_dep, pangocairo_dep],
+ dependencies: [gtk_dep,
+ cairo_dep,
+ pango_dep,
+ pangocairo_dep,
+ guile_dep],
install: true)