xf86-video-dummy: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 13 17:32:43 UTC 2024


 configure.ac       |    3 +--
 src/Makefile.am    |    2 +-
 src/dummy_driver.c |    7 ++++---
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 130321a4fef9be61b1f0d733e71663f415c9d475
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:10:58 2024 -0800

    Fix -Wunused-variable warning
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 56a765d5dfc300b1400fd28d0a7187d50e808488
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:09:16 2024 -0800

    Handle 2 -Wmissing-prototypes warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ef910d80d1065a436189daaffc57dd5bf8e5fff6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:13:19 2024 -0800

    Add X.Org's standard C warning flags to AM_CFLAGS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit f287f948f1b1764e5e3804fdb2e4ba9099e8f11c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jan 7 09:05:58 2024 -0800

    configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
    
    AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
    so it's time to rely on it.
    
    Clears autoconf warnings:
    
    configure.ac:44: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
    configure.ac:44: You should run autoupdate.
    aclocal.m4:3515: AC_PROG_LIBTOOL is expanded from...
    configure.ac:44: the top level
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list