pidgin/pidgin

d5d92880d39e
Finch3 needs libgnt3 so look for the right dependency
--- a/finch/meson.build Fri May 24 03:21:48 2019 -0400
+++ b/finch/meson.build Thu Jun 20 20:34:20 2019 -0500
@@ -1,6 +1,6 @@
enable_consoleui = false
if get_option('consoleui')
- libgnt_dep = dependency('gnt', version : '>= 3.0.0', required : false)
+ libgnt_dep = dependency('gnt3', version : '>= 3.0.0', required : false)
if libgnt_dep.found()
libgnt_gir = ['Gnt-3.0']
else