-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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] fix accidental dependency on system libbfd #23022
Conversation
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.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/cairo/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
@DarthGandalf ,Thanks for your pr, could you please sign CLA first? |
Done |
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.
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/cairo/vcpkg.json
Valid values for the license field can be found in the documentation
Upstream has introduced an option to disable bfd. Use the option to disable it (See microsoft#23022)
* [cairo] upgrade cairo to 1.7.6 (#23848) * [cairo] remove patch (#23848) 0001-meson-fix-macOS-build-and-add-macOS-ci.patch has been merged into the upstream repository and is part of the 1.7.6 release. * [cairo] use meson option to disable bfd (#23848) Upstream has introduced an option to disable bfd. Use the option to disable it (See #23022) * [cairo] chase upstream cflags handling (#23848) Upstream has put all cflags handling into the top-level meson. Move our static compilation indicator definition to the top level, too. * [cairo] force-disable xcb (#23848) This is the next update * [cairo] format vcpkg.json (#23848) * [cairo] update version registries (#23848) * [cairo] add license (#23848) * [cairo] regenerate versions registry (#23848) Co-authored-by: Schaich <[email protected]>
Describe the pull request
What does your PR fix?
The build was broken if the system has bfd installed, it tried to use /usr/include/x86_64-pc-linux-gnu/bfd.h which in turn complained that "config.h" was not included.
Which triplets are supported/not supported? Have you updated the CI baseline?
tested on x64-linux, and yes
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
yes./vcpkg x-add-version --all
and committed the result?If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/