You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project with qt/5.15.8 requirement with wayland option enabled instead of default xorg.
But at the end of "conan install" invocation I get following error:
ConanException: qt/5.15.8 package_info(): Package require 'wayland' not used in components requires
I tried to reproduce with a simple project without yet success.
But I think qt recipe with wayland is not too much used because wayland is default only on latest Ubuntu but is default on Redhat/Fedora since several releases/years.
Description
Hello conan community,
I have a project with qt/5.15.8 requirement with wayland option enabled instead of default xorg.
But at the end of "conan install" invocation I get following error:
ConanException: qt/5.15.8 package_info(): Package require 'wayland' not used in components requires
I tried to reproduce with a simple project without yet success.
But I think qt recipe with wayland is not too much used because wayland is default only on latest Ubuntu but is default on Redhat/Fedora since several releases/years.
Regards.
Package and Environment Details
Conan profile
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=8
compiler.libcxx=libstdc++11
build_type=Release
[options]
[build_requires]
[env]
Steps to reproduce
conan install . --build missing --profile:build .conan/profiles/gcc8 --profile:host .conan/profiles/gcc8 -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True -s myPackage:build_type=Debug
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: