-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
[package] xkbcommon/1.5.0: Doesn't find wayland-client #26130
Comments
Appears to be the same thing as this: #20542 |
If I manually query for
|
Since it was requested in #20542, here is the meson log: |
So looking at the meson log above, there is this:
and indeed, if I run
so for whatever reason it doesn't find the installed |
Assuming it's the same issue as the one described in #20542, it has been fixed in conan v2 client, but it can't be fixed in conan v1 client (see conan-io/conan#14920 (comment)). |
@SpaceIm We aren't quite ready to move to v2 quite yet. Is there any workaround? |
Yep, build your wayland-client package (the one that should be generated in build context) with a a separate conan install command. |
Worked like a charm, thank you |
Description
Compilation of
xkbcommon
fails because it doesn't findwayland-client
Package and Environment Details
Conan profile
conan profile show x86_64_linux_c++11
Configuration for profile x86_64_linux_c++11:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++11
compiler.version=13.2
os=Linux
[options]
[conf]
tools.build:compiler_executables={'c': '/usr/local/bin/gcc', 'cpp': '/usr/local/bin/g++'}
[build_requires]
[env]
CC=/usr/local/bin/gcc
CMAKE_TOOLCHAIN_FILE=/cmake/toolchains/x86_64-linux-gnu-gcc.cmake
CXX=/usr/local/bin/g++
Steps to reproduce
Run:
Relevant parts of the conan file:
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: