finch/libgnt/meson.build

branch
meson
changeset 38462
995638b4ec74
parent 38461
e0684ea74d72
child 38463
879af84c9a51
--- a/finch/libgnt/meson.build	Tue Aug 23 01:13:08 2016 -0400
+++ b/finch/libgnt/meson.build	Tue Aug 23 02:15:40 2016 -0400
@@ -78,7 +78,7 @@
 libgnt_dep = declare_dependency(
     include_directories : [toplevel_inc, libgnt_inc],
     link_with : libgnt,
-    dependencies : [glib])
+    dependencies : [ncurses, glib])
 
 configure_file(input : 'gnt.pc.in',
                output : 'gnt.pc',

mercurial