Fix Meson warning of undefined substitution.

Fri, 08 Sep 2017 00:55:18 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Fri, 08 Sep 2017 00:55:18 -0400
changeset 38704
ba0c47533bb2
parent 38650
1b4854036b36
child 38705
62a7a975251a

Fix Meson warning of undefined substitution.

meson.build file | annotate | diff | comparison | revisions
--- a/meson.build	Mon Sep 04 00:08:52 2017 -0400
+++ b/meson.build	Fri Sep 08 00:55:18 2017 -0400
@@ -1002,6 +1002,8 @@
 		dependency('messaging-menu', version : '>= 12.10')
 	]
 	conf.set('USES_MM_CHAT_SECTION', 'X-MessagingMenu-UsesChatSection=true')
+else
+	conf.set('USES_MM_CHAT_SECTION', '')
 endif
 
 #######################################################################

mercurial