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
libev
When I run
meson setup --prefix=/usr --buildtype=plain -Dlibspotify=false tizonia-openmax-il build, it prints out
meson setup --prefix=/usr --buildtype=plain -Dlibspotify=false tizonia-openmax-il build
[...] Run-time dependency libev found: NO (tried pkgconfig and cmake) [...]
But I have libev version 4.33 installed. I am on Artix Linux (Arch Linux without systemd).
libev provides the following files:
libev /usr/include/ libev /usr/include/ev++.h libev /usr/include/ev.h libev /usr/lib/libev.so libev /usr/lib/libev.so.4 libev /usr/lib/libev.so.4.0.0 libev /usr/share/licenses/libev/LICENSE libev /usr/share/man/man3/ libev /usr/share/man/man3/ev.3.gz
Regards!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
meson setup --prefix=/usr --buildtype=plain -Dlibspotify=false tizonia-openmax-il build
, it prints outBut I have
libev
version 4.33 installed. I am on Artix Linux (Arch Linux without systemd).libev
provides the following files:Regards!
The text was updated successfully, but these errors were encountered: