meson: Set option values for recent version of vte

This commit is contained in:
Ryo Nakano 2022-11-27 16:17:03 +09:00
parent d9e819ec19
commit 5f18dcee92
1 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
option ('ubuntu-bionic-patched-vte', type : 'boolean', value : true)
option ('patched-vte', type : 'boolean', value : false)
option ('with-gpg', type : 'boolean', value : true)
option ('ubuntu-bionic-patched-vte', type : 'boolean', value : false)
option ('patched-vte', type : 'boolean', value : true)
option ('with-gpg', type : 'boolean', value : true)