-
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
[cairo] update toolchain #13427
[cairo] update toolchain #13427
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Failing due to conan-io/conan#11867. Freetype needs updating. See #13451 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
retry when #13355 is merged. |
I detected other pull requests that are modifying cairo/meson recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 374a25bcairo/1.17.4
|
This comment has been minimized.
This comment has been minimized.
recipes/cairo/meson/conanfile.py
Outdated
options["xcb"] = is_enabled(self.options.get_safe("with_xcb")) | ||
options["xlib"] = is_enabled(self.options.get_safe("with_xlib")) | ||
options["xlib-xrender"] = is_enabled(self.options.get_safe("with_xlib_xrender")) |
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.
can we lose get save since these should be present?
recipes/cairo/meson/conanfile.py
Outdated
if is_apple_os(self) and Version(self.version) <= "1.17.4": | ||
# This was fixed in the meson build from 1.17.6 |
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.
does not exactly match comment?
if is_apple_os(self) and Version(self.version) <= "1.17.4": | |
# This was fixed in the meson build from 1.17.6 | |
if is_apple_os(self) and Version(self.version) < "1.17.6": | |
# This was fixed in the meson build from 1.17.6 |
|
||
find_package(cairo CONFIG REQUIRED) | ||
|
||
add_executable(${PROJECT_NAME} ../test_package/test_package.c) |
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.
Just FYI, there as a new way for this https://github.com/conan-io/conan-center-index/blob/master/docs/package_templates/cmake_package/all/test_v1_package/CMakeLists.txt
less code :)
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.
One question https://github.com/conan-io/conan-center-index/pull/13427/files#r1004991794
Otherwise it's perfect
This comment has been minimized.
This comment has been minimized.
Conan v1 pipelineAll green in build 12 (
|
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.
LGTM
Specify library name and version: cairo
Update the cairo meson build to the new toolchains