mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-23 23:30:02 +00:00
kdrive: move ephyr build option check into kdrive's meson.build
As more kdrive-based servers are coming, it's time to refactor the meson structure a little bit, so all kdrive specific logic is in its own subdir. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
76b1f47179
commit
ead8331996
@@ -1,2 +1,10 @@
|
||||
subdir('src')
|
||||
subdir('ephyr')
|
||||
build_xephyr = get_option('xephyr')
|
||||
build_kdrive = build_xephyr
|
||||
|
||||
if build_kdrive
|
||||
subdir('src')
|
||||
endif
|
||||
|
||||
if build_xephyr
|
||||
subdir('ephyr')
|
||||
endif
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
if build_xephyr
|
||||
subdir('kdrive')
|
||||
endif
|
||||
subdir('kdrive')
|
||||
|
||||
if build_xvfb
|
||||
subdir('vfb')
|
||||
|
||||
@@ -240,7 +240,6 @@ if build_xquartz
|
||||
build_rootless = true
|
||||
endif
|
||||
|
||||
build_xephyr = get_option('xephyr')
|
||||
build_xvfb = get_option('xvfb')
|
||||
|
||||
summary({
|
||||
|
||||
Reference in New Issue
Block a user