contrib/rpm: fix meson build to drop removed "json_validation" option

Recent meson versions treat unknown options as error and break now the
build. Good from them. This was an oversight.

Fixes: bbb1f5df2f ('libnm: always build libnm with JSON validation')
This commit is contained in:
Thomas Haller 2022-02-21 19:49:29 +01:00
parent c0e31c7a70
commit c87fbc9f6d
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -706,8 +706,7 @@ Preferably use nmcli instead.
-Dresolvconf=no \
-Dnetconfig=no \
-Dconfig_dns_rc_manager_default=%{dns_rc_manager_default} \
-Dconfig_logging_backend_default=%{logging_backend_default} \
-Djson_validation=true
-Dconfig_logging_backend_default=%{logging_backend_default}
%meson_build