Add talkatu to the build

Mon, 03 Sep 2018 21:57:10 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 03 Sep 2018 21:57:10 -0500
changeset 39201
c621036e2ac6
parent 39197
7abcba641df4
child 39202
58d576d57484

Add talkatu to the build

meson.build file | annotate | diff | comparison | revisions
pidgin/meson.build file | annotate | diff | comparison | revisions
--- 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,

mercurial