-
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
dbus/1.15.8: bump expat version to 2.6.0 #23137
base: master
Are you sure you want to change the base?
dbus/1.15.8: bump expat version to 2.6.0 #23137
Conversation
This fixes Qt compilation (version 5.15.12) when using with_dbus option to True
🤖 Beep Boop! This pull request is making changes to 'recipes/dbus//'. 👋 @jwillikers you might be interested. 😉 |
This comment has been minimized.
This comment has been minimized.
recipes/dbus/1.x.x/conanfile.py
Outdated
@@ -67,7 +67,7 @@ def layout(self): | |||
basic_layout(self, src_folder="src") | |||
|
|||
def requirements(self): | |||
self.requires("expat/2.5.0") | |||
self.requires("expat/2.6.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.requires("expat/2.6.0") | |
self.requires("expat/2.6.2") |
?
Conan v1 pipeline ❌Sorry, the build is only launched for Access Request users. You can request access writing in this issue. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this is required for pull requests to be merged. In case this recipe is still not ported to Conan 2.x, please, ping See details:Sorry, the build is only launched for Access Request users. You can request access writing in this issue. |
This fixes Qt compilation (version 5.15.12) when using with_dbus option to True.