# HG changeset patch # User Gary Kramlich # Date 1536029830 18000 # Node ID c621036e2ac669fea95a3ec29209b72b5b2f452a # Parent 7abcba641df45201c9fdabacdbdb04e5b9d5856b Add talkatu to the build diff -r 7abcba641df4 -r c621036e2ac6 meson.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 diff -r 7abcba641df4 -r c621036e2ac6 pidgin/meson.build --- 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,