aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2019-04-15 23:12:37 +0200
committerThomas White <taw@bitwiz.me.uk>2019-04-15 23:12:37 +0200
commit03c25960764a6b168739f6b799f84b800fd0e12a (patch)
tree2003ac16c6a64cd3397ec757af322b5f0e17b726 /meson.build
parent0f1501a4e5eb1fb1ff7024b6b2f4fd092519ba2c (diff)
Initial stylesheet editor
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 0d6e70b..12a7ec8 100644
--- a/meson.build
+++ b/meson.build
@@ -114,7 +114,7 @@ executable('colloquium',
'src/slide_window.c',
'src/testcard.c',
'src/print.c',
-# 'src/stylesheet_editor.c',
+ 'src/stylesheet_editor.c',
],
gresources,
dependencies : [gtk_dep, mdep, libstorycode_dep, libgtkstorycode_dep],