-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Using dlopen
feature by default prevents the binary from dynamically linkage with wayland-client.so
, making it harder to package such programs (e.g. for Nix, which automatically finds dynamically linked dependencies, but requires manual wrapping if dlopen
is used) and makes it generally harder to track dependencies, giving no real advantages.
Please disable dlopen
feature by default.
Metadata
Metadata
Assignees
Labels
No labels