-
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
Allow to set ENABLE_HARU and WT_RASTERIMAGE_IMPLEMENTATION #18009
Allow to set ENABLE_HARU and WT_RASTERIMAGE_IMPLEMENTATION #18009
Conversation
I detected other pull requests that are modifying wt/all 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.
Hi @ViktarHasiul231862 thanks a lot for your contribution. In order for the PR to be mergeable, please remember to write in the access request issue :) |
you'll also need to add libharu to requirements |
Yes, good point, thank you. Libharu was added to requirements. |
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.
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.
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.
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 5 (
|
Right now original Wt recipe doesn't allow to set two CMake flags, that I need to set in order to properly build Wt for my project.
WT_RASTERIMAGE_IMPLEMENTATION can not be set at all and ENABLE_HARU is always false:
tc.variables["ENABLE_HARU"] = False