From 44cbe386b00d1aa71b5b2164f1e1bbb58141cc81 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sat, 5 Nov 2022 14:57:51 -0400 Subject: Fix meson configuration failure on URL keyword With meson version 0.63.3 we get meson.build:1:0: ERROR: project got unknown keyword arguments "url" --- meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 844df46..ee40337 100644 --- a/meson.build +++ b/meson.build @@ -4,7 +4,6 @@ project('mate-system-monitor', 'c_std=c11', 'cpp_std=c++11', 'warning_level=3' ], version: '1.27.0', - url: 'https://mate-desktop.org', meson_version: '>=0.50.0', ) -- cgit v1.2.1