mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 12:25:07 +00:00
meson: Build cvt and gtf
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -153,6 +153,23 @@ if get_option('suid_wrapper')
|
||||
)
|
||||
endif
|
||||
|
||||
executable('cvt',
|
||||
['utils/cvt/cvt.c', 'modes/xf86cvt.c'],
|
||||
include_directories: [inc, xorg_inc],
|
||||
dependencies: xorg_deps,
|
||||
link_with: libxserver_os,
|
||||
c_args: xorg_c_args,
|
||||
install: true,
|
||||
)
|
||||
|
||||
executable('gtf',
|
||||
'utils/gtf/gtf.c',
|
||||
include_directories: [inc, xorg_inc],
|
||||
dependencies: xorg_deps,
|
||||
c_args: xorg_c_args,
|
||||
install: true,
|
||||
)
|
||||
|
||||
# For symbol presence testing only
|
||||
xorgserver_lib = shared_library(
|
||||
'xorgserver',
|
||||
|
||||
Reference in New Issue
Block a user