[fontconfig] Fix cross-compile on x64-osx for arm64-osx#23418
[fontconfig] Fix cross-compile on x64-osx for arm64-osx#23418kafeg wants to merge 5 commits intomicrosoft:masterfrom
Conversation
There was a problem hiding this comment.
You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/fontconfig/vcpkg.json
Valid values for the license field can be found in the documentation
|
What is the point of running fc-cache here? Shouldn't it be executed by consumer on a target machine? |
|
@Osyotr you're probably right, I'm not familiar with fontconfig itself, just know the VCPKG_CROSSCOMPILING there not work and build fails. Maybe need just to change condition to skip that part? |
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
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!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout bd602277bf7fc3188b3d086b302c6840464db900 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/f-/fontconfig.json b/versions/f-/fontconfig.json
index e47da36..56dcf7d 100644
--- a/versions/f-/fontconfig.json
+++ b/versions/f-/fontconfig.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "8ca1394bfb75ef425ddc306f82915db9485cc01d",
+ "git-tree": "1388ead6ac6047c17d4ff25b48145b17ff01ebf5",
"version": "2.13.94",
"port-version": 6
},You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/fontconfig/vcpkg.json
Valid values for the license field can be found in the documentation
|
@kafeg ,Is this pr working on? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Additional fixes after changes to meson build system #21772 and this issue #22498