From 59284281f6440dab5e8d0be4b67aac2970d05652 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 17 Mar 2019 17:46:42 +0100 Subject: Initial slide clicky stuff --- meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index c7747a9..c33cdc0 100644 --- a/meson.build +++ b/meson.build @@ -71,6 +71,7 @@ libstorycode = library('storycode', 'libstorycode/slide_render_cairo.c', 'libstorycode/narrative_render_cairo.c', 'libstorycode/imagestore.c', + 'libstorycode/slide_priv.c', storycode_lex_ch, storycode_parse_ch, ], @@ -90,7 +91,7 @@ libgtkstorycode = library('gtkstorycode', ['libstorycode/gtk/gtknarrativeview.c', 'libstorycode/gtk/gtkslideview.c'], include_directories : libgtkstorycode_includes, - dependencies : [gtk_dep, libstorycode_dep], + dependencies : [gtk_dep, libstorycode_dep, mdep], install : true) libgtkstorycode_dep = declare_dependency(include_directories : libgtkstorycode_includes, -- cgit v1.2.3