Merge pull request #168 from ryonakano/fix-build-opts
Set option values for recent version of vte
This commit is contained in:
commit
cbcb2dcc3d
|
@ -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: .
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue