ci: track changes to new src/x11/ folder

Since 4095fac72b ("loader: move some common dri3 functions out
of dri3 loader") the new folder has been created, and since
950dac6e6c ("x11: Add an x11_xlib_display_is_thread_safe()
helper") it's also used by vulkan x11, so adding it to the core rules.

Fixes: 4095fac72b ("loader: move some common dri3 functions out of dri3 loader")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36705>
This commit is contained in:
Eric Engestrom
2025-08-11 08:46:24 +02:00
committed by Marge Bot
parent efab2205fa
commit e551ca1318

View File

@@ -68,6 +68,7 @@
- src/mesa/**/*.h
- src/tool/**/*
- src/util/**/*
- src/x11/**/*
when: on_success
# Same core dependencies for doing manual runs.