Thu, 15 Jun 2017 23:39:33 -0400
Add missing dep for libgnt.
| finch/libgnt/meson.build | file | annotate | diff | comparison | revisions |
--- 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')