Merge pull request #168 from ryonakano/fix-build-opts

Set option values for recent version of vte
This commit is contained in:
Murilo Venturoso 2022-12-23 09:32:32 -03:00 committed by GitHub
commit cbcb2dcc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -23,9 +23,6 @@ modules:
sha256: 1f4601cbfea5302b96902208c8f185e5b18b259b5358bc93cf392bf59871c5b6
- name: easyssh
buildsystem: meson
config-opts:
- '-Dubuntu-bionic-patched-vte=false'
- '-Dpatched-vte=true'
sources:
- type: dir
path: .

View File

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