mate-desktop / mate-system-monitor

Process viewer and system resource monitor for MATE
https://mate-desktop.org
GNU General Public License v2.0
45 stars 27 forks source link

Fix meson configuration failure on URL keyword #246

Closed lukefromdc closed 1 year ago

lukefromdc commented 2 years 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

lukefromdc commented 2 years ago

Note that line 21 conf.set_quoted('PACKAGE_URL', 'https://mate-desktop.org') Still works

zhuyaliang commented 1 year ago

We should merge this PR