Closed lukefromdc closed 1 year ago
With mate-system-monitor 1.27.0 and meson version 0.63.3 we get meson.build:1:0: ERROR: project got unknown keyword arguments "url" Remove the offending URL line from meson.build to fix this
meson.build:1:0: ERROR: project got unknown keyword arguments "url"
Note that line 21 conf.set_quoted('PACKAGE_URL', 'https://mate-desktop.org') Still works
conf.set_quoted('PACKAGE_URL', 'https://mate-desktop.org')
We should merge this PR
With mate-system-monitor 1.27.0 and meson version 0.63.3 we get
meson.build:1:0: ERROR: project got unknown keyword arguments "url"
Remove the offending URL line from meson.build to fix this