mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
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:
committed by
Povilas Kanapickas
parent
6ea2c001f9
commit
f788289bdc
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user