Use system pkg-config on linux#6
Merged
JackBoosY merged 2 commits intoJackBoosY:dev/jack/23758from Mar 28, 2022
Merged
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Error: Local changes detected for wxwidgets but no changes to version or port version.
-- Version: 3.1.5#8
-- Old SHA: 831a2b85db0f62c98a6148d0b607236b2f2f419a
-- New SHA: 116f75bb873cacd211f67d7c4b6399a31040aba5
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 1ecb5e55763b218b1abf7edf0172d5019ea065b7 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/w-/wxwidgets.json b/versions/w-/wxwidgets.json
index 5208008..efedc4f 100644
--- a/versions/w-/wxwidgets.json
+++ b/versions/w-/wxwidgets.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "116f75bb873cacd211f67d7c4b6399a31040aba5",
+ "git-tree": "831a2b85db0f62c98a6148d0b607236b2f2f419a",
"version-semver": "3.1.5",
"port-version": 8
},
JackBoosY
approved these changes
Mar 28, 2022
JackBoosY
added a commit
that referenced
this pull request
Apr 6, 2022
* [wxwidgets] Fix linux build * clean up baseline * version * Fix --libs output * version * Use system pkg-config on linux (#6) * Use system pkg-config for linux * Update versions * Revert baseline changes * Add double quotes to paths * version * Fix incorrect double quotes place * version Co-authored-by: Kai Pastor <dg0yt@darc.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Avoids the use of vcpkg pkgconf on Linux, in order to enable finding the system's
gtk+-3.0.pc.