Cargo Features

[dependencies]
smithay-clipboard = { version = "0.7.1", default-features = false, features = ["dlopen"] }
default = dlopen

The dlopen feature is set by default whenever smithay-clipboard is added without default-features = false somewhere in the dependency tree.

dlopen default

Enables dlopen of wayland-backend

smithay-clipboard has 2 features without comments.