mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
config: move over nvidia driver quirks to hw/xfree86/compat
This is specific to xfree86 DDX, so should be under it's subdir. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
ecca8de15d
commit
b9259d00bc
@@ -23,19 +23,6 @@ if host_machine.system() == 'netbsd' or host_machine.system() == 'openbsd'
|
||||
srcs_config += 'wscons.c'
|
||||
endif
|
||||
|
||||
if build_xorg
|
||||
install_data('10-quirks.conf',
|
||||
install_dir: join_paths(get_option('datadir'), 'X11/xorg.conf.d'))
|
||||
nvidia_conf = configuration_data()
|
||||
nvidia_conf.set('libdir', join_paths(get_option('prefix'),get_option('libdir')))
|
||||
configure_file(
|
||||
input: '10-nvidia.conf.in',
|
||||
output: '10-nvidia.conf',
|
||||
configuration: nvidia_conf,
|
||||
install_dir: join_paths(get_option('datadir'), 'X11/xorg.conf.d'),
|
||||
)
|
||||
endif
|
||||
|
||||
libxserver_config = static_library('xserver_config',
|
||||
srcs_config,
|
||||
include_directories: inc,
|
||||
|
||||
@@ -16,3 +16,14 @@ xorg_compat = static_library('xorg_compat',
|
||||
dependencies: common_dep,
|
||||
include_directories: [inc, xorg_inc, top_dir_inc],
|
||||
)
|
||||
|
||||
install_data('10-quirks.conf',
|
||||
install_dir: join_paths(get_option('datadir'), 'X11/xorg.conf.d'))
|
||||
nvidia_conf = configuration_data()
|
||||
nvidia_conf.set('libdir', join_paths(get_option('prefix'),get_option('libdir')))
|
||||
configure_file(
|
||||
input: '10-nvidia.conf.in',
|
||||
output: '10-nvidia.conf',
|
||||
configuration: nvidia_conf,
|
||||
install_dir: join_paths(get_option('datadir'), 'X11/xorg.conf.d'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user