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:
parent
a1e8dc0516
commit
f9ef293cf6
|
@ -153,6 +153,23 @@ if get_option('suid_wrapper')
|
||||||
)
|
)
|
||||||
endif
|
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
|
# For symbol presence testing only
|
||||||
xorgserver_lib = shared_library(
|
xorgserver_lib = shared_library(
|
||||||
'xorgserver',
|
'xorgserver',
|
||||||
|
|
Loading…
Reference in New Issue