xf86-video-sunffb: Changes to 'master'

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


 .gitlab-ci.yml |   98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md      |    2 -
 configure.ac   |    2 -
 src/ffb.h      |    2 -
 src/ffb_fifo.h |    2 -
 src/ffb_regs.h |    4 +-
 6 files changed, 104 insertions(+), 6 deletions(-)

New commits:
commit 656dd83b489e7bdc72d6c1990025d20dea26dc22
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 11:05:25 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/ffb_accel.c:39:
    ../../src/ffb.h:33:10: fatal error: xf86RamDac.h: No such file or directory
       33 | #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 688b7b059db391c28d530c97da0af12772e80f4d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:56:24 2022 -0800

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

commit d4e4327eb9fff4b9f3354e13c3a1b28b0e9a1fd3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:55:35 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 78732bb576b95f17b1f5b83cd2ae0bbf5c55704c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 29 10:53:15 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