Cargo Features

[dependencies]
libva-sys = { version = "0.1.2", default-features = false, features = ["drm", "x11", "wayland"] }
default = drm

The drm feature is set by default whenever libva-sys is added without default-features = false somewhere in the dependency tree.

drm default

Affects libva-sys::va_display_drm

x11

Affects libva-sys::va_display_x11

wayland

Affects libva-sys::va_display_wayland