diff --git a/com.github.muriloventuroso.easyssh.yml b/com.github.muriloventuroso.easyssh.yml index 48e35357..d109c4fe 100644 --- a/com.github.muriloventuroso.easyssh.yml +++ b/com.github.muriloventuroso.easyssh.yml @@ -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: . diff --git a/meson_options.txt b/meson_options.txt index 8d18ace0..75daf7a7 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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) \ No newline at end of file +option ('ubuntu-bionic-patched-vte', type : 'boolean', value : false) +option ('patched-vte', type : 'boolean', value : true) +option ('with-gpg', type : 'boolean', value : true)