mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
On Linux, the only supported platform bus backend (*1) is via DRM/DRI. Trying to build it w/o (recent enough) libdrm fails as it tries to compile the drm-based implementation, w/o having drm.h available. (*2) In order to fix this, we need to compile noop-implementation instead. *1) platform specific code for detecting video devices *2) https://gitlab.freedesktop.org/xorg/xserver/-/issues/1771 Issue: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1771 Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1848>