xf86-video-sunleo: Changes to 'master'

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


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

New commits:
commit f58ba53e6b6fe1b6e21d6aa3901a11e6130b95b0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:29:17 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/leo_accel.c:39:
    ../../src/leo.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 ebdd4d9b95cf7a7106c5616cbafd7744811035e4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:13:17 2022 -0800

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

commit d38540c4a9799829de79987608f3c4b150a28677
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:12:59 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 9a68369a3a2bab4671d9d27709bfcc58d4e8eb77
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:12:26 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