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

Build: Require fontconfig on macos #2723

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gigamonster256
Copy link

I was working on getting the nix version of ladybird working on macos and noticed that as of dd1b8de, fontconfig is required on macos but the fontconfig cmake file was not updated.

@ladybird-bot
Copy link
Collaborator

Hello!

One or more of the commit messages in this PR do not match the Ladybird code submission policy, please check the lint_commits CI job for more details on which commits were flagged and why.
Please do not close this PR and open another, instead modify your commit message(s) with git commit --amend and force push those changes to update this PR.

@gigamonster256 gigamonster256 changed the title Require fontconfig on macos Build: Require fontconfig on macos Dec 3, 2024
@gigamonster256 gigamonster256 marked this pull request as draft December 6, 2024 17:25
@@ -5,7 +5,7 @@ include(fontconfig)
find_package(unofficial-skia CONFIG)
if(unofficial-skia_FOUND)
set(SKIA_TARGET unofficial::skia::skia)
if (HAS_FONTCONFIG)
if (HAS_FONTCONFIG AND NOT APPLE)
Copy link
Author

Choose a reason for hiding this comment

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

OSX linker doesn't support --no-as-needed

@gigamonster256 gigamonster256 marked this pull request as ready for review December 7, 2024 04:50
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