This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Thirdparty changes for Linux ARM support#111
Open
livecodefraser wants to merge 16 commits intodevelopfrom
Open
Thirdparty changes for Linux ARM support#111livecodefraser wants to merge 16 commits intodevelopfrom
livecodefraser wants to merge 16 commits intodevelopfrom
Conversation
Taken from upstream fontconfig 2.12.5
From libX11-1.5.0
From xproto-7.0.23
From videoproto-2.3.1
From libXv-1.0.7
From libXext 1.3.1
From xextproto-7.2.1
From libXft-2.3.1
From libXrender-0.9.7
From renderproto-0.11.1
Settings should always be based on the compilation toolset (host or target) rather than always being the target (as some components are required to be built for the host when cross-compiling).
This allows for targeting of ARMv6 platforms.
For example, ARM targets.
These were introduced with some of the changes required for proper Linux cross-compilation support.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The first series of commits in this PR adds the headers that are missing from our Linux headers collection (various X11 libraries mostly). The second part makes some tweaks to our build scripts to enable ARM compilation (disabling CEF, ensuring cross-compilation works for third-party libs and ensuring the right Skia optimisations are used).