mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 12:49:21 +00:00
xfree86: move over xf86vidmode extension to hw/xfree86
This extension is private to the xfree86 DDX, no other one supports it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
b7e9544318
commit
bddf4ae8e8
@@ -61,12 +61,6 @@ libxserver_xext = static_library('xserver_xext',
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
libxserver_xext_vidmode = static_library('xserver_xext_vidmode',
|
||||
'vidmode.c',
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
|
||||
if build_xorg
|
||||
install_data(hdrs_xext, install_dir: xorgsdkdir)
|
||||
endif
|
||||
|
||||
@@ -42,6 +42,7 @@ subdir('modes')
|
||||
subdir('os-support')
|
||||
subdir('parser')
|
||||
subdir('ramdac')
|
||||
subdir('xext')
|
||||
subdir('xkb')
|
||||
|
||||
srcs_xorg = [
|
||||
|
||||
5
hw/xfree86/xext/meson.build
Normal file
5
hw/xfree86/xext/meson.build
Normal file
@@ -0,0 +1,5 @@
|
||||
libxserver_xext_vidmode = static_library('xserver_xext_vidmode',
|
||||
'vidmode.c',
|
||||
include_directories: inc,
|
||||
dependencies: common_dep,
|
||||
)
|
||||
Reference in New Issue
Block a user