--- meson.build~ 2019-01-08 10:34:46.000000000 +0300 +++ meson.build 2021-12-16 11:51:15.271596365 +0300 @@ -49,8 +49,7 @@ filebase : meson.current_build_dir()+'/httpseverywhere-'+api, requires : 'glib-2.0 gobject-2.0 gio-2.0 json-glib-1.0 libsoup-2.4 gee-0.8 libarchive', subdirs: 'httpseverywhere-'+api, - description : 'A library to rewrite HTTP URLs to HTTPS URLs.', - install: true) + description : 'A library to rewrite HTTP URLs to HTTPS URLs.') install_data('data/default.rulesets', install_dir: get_option('datadir') + '/libhttpseverywhere') install_data('httpseverywhere-'+api+'.deps', install_dir: get_option('datadir') + '/vala/vapi')