Skip to content
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

Use system pkg-config on linux #6

Merged
merged 2 commits into from
Mar 28, 2022

Conversation

dg0yt
Copy link

@dg0yt dg0yt commented Mar 25, 2022

Avoids the use of vcpkg pkgconf on Linux, in order to enable finding the system's gtk+-3.0.pc.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 --all
Diff
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 JackBoosY merged commit a890adf into JackBoosY:dev/jack/23758 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants