pidgin/pidgin

Add talkatu to the build

2018-09-03, Gary Kramlich
c621036e2ac6
Parents 7abcba641df4
Children 58d576d57484
Add talkatu to the build
--- a/meson.build Mon Sep 03 21:04:58 2018 -0500
+++ b/meson.build Mon Sep 03 21:57:10 2018 -0500
@@ -307,6 +307,7 @@
conf.set('HAVE_PANGO14', pango.found())
webkit = dependency('webkitgtk-3.0', version : '>= 1.3.7')
+ talkatu = dependency('talkatu', version: '>=0.1.0')
#######################################################################
# Check if we should compile with enchant support
--- a/pidgin/meson.build Mon Sep 03 21:04:58 2018 -0500
+++ b/pidgin/meson.build Mon Sep 03 21:57:10 2018 -0500
@@ -167,6 +167,7 @@
IOKIT,
json,
math,
+ talkatu,
webkit,
x11,
libpurple_dep,