xfree86: Use libxcvt

Replace the local implementation of the VESA CVT standard timing
modelines generator with the one from libxct to avoid code duplication.

Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1142
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Olivier Fourdan
2021-03-25 10:19:55 +01:00
committed by Povilas Kanapickas
parent 6ea2c001f9
commit f788289bdc
5 changed files with 21 additions and 233 deletions

View File

@@ -182,7 +182,7 @@ if build_xorg
unit = executable('tests',
unit_sources,
c_args: unit_c_args,
dependencies: [pixman_dep, randrproto_dep, inputproto_dep],
dependencies: [pixman_dep, randrproto_dep, inputproto_dep, libxcvt_dep],
include_directories: unit_includes,
link_args: ldwraps,
link_with: xorg_link,