xf86-video-suntcx: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 29 19:50:53 UTC 2022


 .gitlab-ci.yml |   98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md      |    2 -
 configure.ac   |    2 -
 src/tcx.h      |    2 -
 4 files changed, 101 insertions(+), 3 deletions(-)

New commits:
commit f93c9fd759f98833311b6d7738bc9c59f88ec193
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:47:36 2022 -0800

    Include xf86Cursor.h instead of xf86RamDac.h
    
    ramdac drivers have been removed from xserver since version 21.0.99.1
    and xorg/xserver at f0385fb4 resulting in the following build failure:
    
    In file included from ../../src/tcx_cursor.c:31:
    ../../src/tcx.h:29:10: fatal error: xf86RamDac.h: No such file or directory
       29 | #include "xf86RamDac.h"
          |          ^~~~~~~~~~~~~~
    
    but xf86RamDac.h in turn included xf86Cursor.h which we still need.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 211f8163b0eb669567ec92b44857c1c96f22208f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:38:11 2022 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b466faaf416b176ae149962e40f679c540603d70
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:37:18 2022 -0800

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6b810a3ab235713e9128105b5e39db29b0b47ea8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:36:41 2022 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list