Skip to content
Snippets Groups Projects
Commit 11f84371 authored by Alexandre Janniaux's avatar Alexandre Janniaux Committed by Rémi Denis-Courmont
Browse files

kms: drop window priority below xcb/xdg-shell

The KMS window module shouldn't be loaded when a display server is
running and available from the environment. A user with X11 or Wayland
available can still enforce the kms window module by cleaning the
environment variable from wayland and X11.

Fix #26471
parent b02753e5
No related branches found
No related tags found
Loading
Pipeline #179076 passed with stages
in 21 minutes and 45 seconds
......@@ -492,6 +492,6 @@ vlc_module_begin ()
set_description("Linux kernel mode setting window provider")
set_callback(OpenWindow)
set_capability("vout window", 10)
set_capability("vout window", 9)
vlc_module_end ()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment