mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
xfree86: meson.bulid: move driver specific build logic to drivers/ subdir
For better code structuring, move the meson logic for drivers into the drivers/ subdir. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
398b4ed1e7
commit
e7a26255f7
7
hw/xfree86/drivers/meson.build
Normal file
7
hw/xfree86/drivers/meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
if build_modesetting
|
||||
subdir('modesetting')
|
||||
endif
|
||||
|
||||
if get_option('xf86-input-inputtest')
|
||||
subdir('inputtest')
|
||||
endif
|
||||
@@ -137,12 +137,8 @@ subdir('shadowfb')
|
||||
if build_vgahw
|
||||
subdir('vgahw')
|
||||
endif
|
||||
if build_modesetting
|
||||
subdir('drivers/modesetting')
|
||||
endif
|
||||
if get_option('xf86-input-inputtest')
|
||||
subdir('drivers/inputtest')
|
||||
endif
|
||||
|
||||
subdir('drivers')
|
||||
|
||||
meson.add_install_script(
|
||||
'sh', '-c',
|
||||
|
||||
Reference in New Issue
Block a user