xf86-video-suncg6: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 29 18:51:56 UTC 2022


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

New commits:
commit 14392504de04841fa2cbb5cdf8d9c9c7c4eb2ed8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:27:01 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/cg6_cursor.c:31:
    ../../src/cg6.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 3718002bbebf468632e18d59546d74d6e1b77bc8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:20:27 2022 -0800

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

commit e5ac3c9c162da0a0529fce65c141ccc60fa29b1e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:20:09 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 39b14e487fadf20709c30aeb4c204f3b963c9d97
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:19:46 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