Fri, 08 Sep 2017 00:55:18 -0400
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 #######################################################################