diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2021-03-26 15:48:23 +0100 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2021-08-06 11:29:29 +0000 |
commit | 7eba412072afdc9d27896410872e40364a8010bf (patch) | |
tree | e382b1e6b6780d4f3c397bfa24c78d9c77448274 /hw/xfree86/modes/meson.build | |
parent | f2781e95369583259991cd3add6f90f33be32171 (diff) |
xfree86: Move xf86CVTMode() function
The xf86CVTMode() was implemented in a standalone source file because it
was being used for both the xfree86 API and the standalone cvt utility.
Now that the cvt utility is removed (as part of libxcvt) we can move the
small xf86CVTMode() function with the rest of the xf86Modes sources.
Closes: https://gitlab.freedesktop.org/xorg/xserver/-/issues/1142
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'hw/xfree86/modes/meson.build')
-rw-r--r-- | hw/xfree86/modes/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xfree86/modes/meson.build b/hw/xfree86/modes/meson.build index 52c7ef9b3..8a40018ca 100644 --- a/hw/xfree86/modes/meson.build +++ b/hw/xfree86/modes/meson.build @@ -1,7 +1,6 @@ srcs_xorg_modes = [ 'xf86Crtc.c', 'xf86Cursors.c', - 'xf86cvt.c', 'xf86gtf.c', 'xf86EdidModes.c', 'xf86Modes.c', |