qulogic/libgnt

Add missing dep for libgnt.
meson
2017-06-15, Elliott Sales de Andrade
5df64c5320af
Parents b4eb63f8ef10
Children 51f3d340aed8
Add missing dep for libgnt.
  • +1 -1
    meson.build
  • --- a/meson.build Thu Jun 15 18:50:56 2017 -0400
    +++ b/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')