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
Looks like 0.7.2 is not compliant with latest meson1.2.x
+ /usr/bin/meson setup --buildtype=plain --prefix=/usr --libdir=/usr/lib64 --libexecdir=/usr/libexec --bindir=/usr/bin --sbindir=/usr/sbin --includedir=/usr/include --datadir=/usr/share --mandir=/usr/share/man --infodir=/usr/share/info --localedir=/usr/share/locale --sysconfdir=/etc --localstatedir=/var --sharedstatedir=/var/lib --wrap-mode=nodownload --auto-features=enabled . x86_64-redhat-linux-gnu The Meson build system Version: 1.2.1 Source dir: /home/tkloczko/rpmbuild/BUILD/dleyna-renderer-0.7.2 Build dir: /home/tkloczko/rpmbuild/BUILD/dleyna-renderer-0.7.2/x86_64-redhat-linux-gnu Build type: native build meson.build:1:0: ERROR: Unexpected "[provides]" section, did you mean "[provide]"? A full log can be found at /home/tkloczko/rpmbuild/BUILD/dleyna-renderer-0.7.2/x86_64-redhat-linux-gnu/meson-logs/meson-log.txt
The text was updated successfully, but these errors were encountered:
Looks like below patch fixes this issue
--- a/subprojects/dleyna-core-1.0.wrap +++ b/subprojects/dleyna-core-1.0.wrap @@ -2,5 +2,5 @@ url = https://github.com/phako/dleyna-core.git revision = head -[provides] +[provide] dependency_name = dleyna-core-1.0
Sorry, something went wrong.
domdfcoding
No branches or pull requests
Looks like 0.7.2 is not compliant with latest meson1.2.x
The text was updated successfully, but these errors were encountered: