We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently meson has issues with building GNOME projects, as documented here: mesonbuild/meson#9441
Because of that issue, meson won't build the project, regardless of whether trying to install from the AUR or manually from git.
To be precise the error message is as follows:
data/meson.build:2:5: ERROR: Function does not take positional arguments.
The text was updated successfully, but these errors were encountered:
For me it worked to delete line 4 in the data/meson.build file. I deleted the line 'appdata'.
Sorry, something went wrong.
No branches or pull requests
Currently meson has issues with building GNOME projects, as documented here: mesonbuild/meson#9441
Because of that issue, meson won't build the project, regardless of whether trying to install from the AUR or manually from git.
To be precise the error message is as follows:
data/meson.build:2:5: ERROR: Function does not take positional arguments.
The text was updated successfully, but these errors were encountered: