mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-26 13:30:06 +01:00
22 lines
368 B
Meson
22 lines
368 B
Meson
|
|
srcs = [
|
||
|
|
'InitInput.c',
|
||
|
|
'InitOutput.c',
|
||
|
|
'../../mi/miinitext.c',
|
||
|
|
]
|
||
|
|
|
||
|
|
executable(
|
||
|
|
'Xvfb',
|
||
|
|
srcs,
|
||
|
|
include_directories: inc,
|
||
|
|
dependencies: common_dep,
|
||
|
|
link_with: [
|
||
|
|
libxserver_main,
|
||
|
|
libxserver_fb,
|
||
|
|
libxserver,
|
||
|
|
libxserver_xkb_stubs,
|
||
|
|
libxserver_xi_stubs,
|
||
|
|
libxserver_glx
|
||
|
|
],
|
||
|
|
install: true,
|
||
|
|
)
|