finch/libgnt/meson.build

branch
meson
changeset 38494
fe62a8f5e9fa
parent 38489
df440cbf66df
child 38505
34ec73e49cd8
--- a/finch/libgnt/meson.build	Thu Jun 15 21:55:26 2017 -0400
+++ b/finch/libgnt/meson.build	Thu Jun 15 23:39:33 2017 -0400
@@ -70,7 +70,7 @@
 
 install_headers(libgnt_headers, subdir : 'gnt')
 
-libgnt_deps = [ncurses, libxml, glib, gobject] #pythonlib]
+libgnt_deps = [ncurses, libxml, glib, gobject, gmodule] #pythonlib]
 if is_win32
 	libgnt_deps += [gmodule]
 	libgnt_SOURCES += windows.compile_resources('libgnt_winres.rc')

mercurial