mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
This extension is private to the xfree86 DDX, no other one supports it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
6 lines
144 B
Meson
6 lines
144 B
Meson
libxserver_xext_vidmode = static_library('xserver_xext_vidmode',
|
|
'vidmode.c',
|
|
include_directories: inc,
|
|
dependencies: common_dep,
|
|
)
|