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
It incorrectly lists xorg as dependency, which is incorrect. When dbus is built with with_x11 the libdbus-1 library is not affected - the only impact is that a binary dbus-launch is built that depends on x11.
Operating System+version: AlmaLinux 9.3
Compiler+version: gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2)
Conan version: 2.0.16
Python version: 3.9.18
Steps to reproduce
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
There are no components definition or anything similar, so the recipe depends on xorg and that results in the definition of that requires in .pc files, so looks correct. If we would like something different that would be implemented adding components to the dbus recipe, though I am not sure it is really worth.
I am moving this ticket to ConanCenter github repo, but please note that at the moment there is a huge queue of open PRs to ConanCenter, so this might take a while to be addressed.
Environment details
When building qt with with_dbus=True and dbus option with_x11=True I see a dbus-1.pc like this being generated:
It incorrectly lists xorg as dependency, which is incorrect. When dbus is built with with_x11 the libdbus-1 library is not affected - the only impact is that a binary
dbus-launch
is built that depends on x11.Steps to reproduce
No response
Logs
No response
The text was updated successfully, but these errors were encountered: