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

link against system libraries when WEZRERM_SYSDEPS envvar is set to 1 #48

Closed
wants to merge 1 commit into from
Closed

Conversation

lilydjwg
Copy link
Contributor

Following #46, this patch makes it possible to use system libraries instead.

I don't know how well this will work on different distributions but it works on Arch, and freetype2 (and related) API should be stable enough.

wez added a commit that referenced this pull request Dec 24, 2019
Full means "including git submodules" and makes it easier for folks to
download and build a release without sucking down large repos from
various locations, especially for folks with bandwidth constraints.

Upload the source tarball to the associated release.

Refs: #81
Refs: #46
Refs: #48
@wez
Copy link
Owner

wez commented Dec 24, 2019

Thanks for this. I've been going back and forth on whether to take this PR, but ultimately: it is important for wezterm to control the freetype and harfbuzz builds because there is a lot of variance in the versions available and their build options.

11b7982 resolves what I think was the main pain point in your original issue by adding the submodule sources into a source tarball and including that on the releases page.

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