protocols/xmpp/meson.build

changeset 43266
19b9321a0177
parent 43247
197c541b3e7c
equal deleted inserted replaced
43265:7960b5f85729 43266:19b9321a0177
1 feature = get_option('xmpp') 1 feature = get_option('xmpp')
2 2
3 summary({'XMPP': feature}, section : 'Protocols') 3 summary({'XMPP': feature.allowed()}, bool_yn: true, section : 'Protocols')
4 4
5 if not feature.allowed() 5 if not feature.allowed()
6 subdir_done() 6 subdir_done()
7 endif 7 endif
8 8

mercurial