Smithay / smithay-clipboard

Provides access to the wayland clipboard for client applications
MIT License
29 stars 12 forks source link

Add dlopen feature #37

Closed milkey-mouse closed 3 years ago

milkey-mouse commented 3 years ago

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 commented 3 years ago

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.