Add missing dep for libgnt. meson

Thu, 15 Jun 2017 23:39:33 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Thu, 15 Jun 2017 23:39:33 -0400
branch
meson
changeset 38494
fe62a8f5e9fa
parent 38493
e6e131a732d0
child 38495
d0aa9c0cd002

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')

mercurial