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

Add dlopen feature #37

Merged
merged 1 commit into from
Jul 13, 2021
Merged

Add dlopen feature #37

merged 1 commit into from
Jul 13, 2021

Conversation

milkey-mouse
Copy link
Contributor

If the dlopen feature is disabled, system libraries depended on by wayland-client and smithay-client-toolkit will be statically linked instead of trying to dlopen them at runtime, which is important if they're in weird locations off the system search path at runtime but not at build time.

@milkey-mouse
Copy link
Contributor Author

milkey-mouse commented Feb 26, 2021

Oops, scratch that. This won't work until Smithay/client-toolkit#178 makes it into a released version. I was working off a local copy so I didn't notice.

@milkey-mouse milkey-mouse marked this pull request as draft February 26, 2021 10:49
Cargo.toml Outdated Show resolved Hide resolved
If the dlopen feature is disabled, system libraries depended on by
wayland-client and smithay-client-toolkit will be statically linked.
@milkey-mouse milkey-mouse marked this pull request as ready for review July 13, 2021 03:44
@elinorbgr elinorbgr merged commit 2833d93 into Smithay:master Jul 13, 2021
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