xf86-input-evdev: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon Apr 19 22:14:15 PDT 2010


 Makefile.am         |    2 -
 configure.ac        |   63 ++++++++++++++++++++++++----------------------------
 include/Makefile.am |    1 
 man/Makefile.am     |    4 ---
 src/Makefile.am     |    3 --
 src/evdev.c         |    1 
 6 files changed, 34 insertions(+), 40 deletions(-)

New commits:
commit 993e011b91d318dcb8df76799e5102a20060a169
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 17 18:42:29 2010 -0400

    man: Use Autoconf provided $(AM_V_GEN)$(SED)
    
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 2d5e922a6daacf5d6e7f93ff072842a278ceed42
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 17 18:23:48 2010 -0400

    include: EXTRA_DIST is not required for header files.
    
    The sdk_HEADERS is sufficient as the "sdk" prefix
    matches the "dir" suffix in the "sdkdir" variable.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 41a38ec88608a829dc175cece79f3100671c9e84
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 17 18:18:55 2010 -0400

    config: require macros 1.4, fix warnings, m4 quotings and layout
    
    Fix some m4 quoting
    Fix some autoconf warnings
    remove AC_PROG_CC as it overrides AC_PROG_C_C99 from XORG_DEFAULT_OPTIONS
    Regroup statements per section
    Add comments
    Upgrade X.Org macros to 1.4 for INSTALL file copying
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit b31c00efeaa0e3c75c0ab35458aaa322719a823f
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Sat Apr 17 15:11:43 2010 -0400

    config: optional extension check for inputproto not required
    
    The check should be in PKG_CHECK_MODULES permanently.
    
    The XORG_DRIVER_CHECK_EXT will add inputproto to PKG_CHECK_MODULES
    only if the extension is available. By definition, this extension
    is always available and the evdev driver cannot function without it.
    
    This is evidenced by the absence of XINPUT conditional code.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit b48dcfa3f22575840a377380fbe98e5e05e400c9
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 13:27:14 2010 -0400

    config: replace deprecated INCLUDES with AM_CPPFLAGS
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 44baa36b9904f2afdfd00769a2d15a5eb630059e
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 13:22:31 2010 -0400

    config: refactor and comment the sdkdir distcheck workaround
    
    Seperate legitimate sdkdir usage from distcheck workaround.
    Comment this non obvious workaround.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 7fa5982d477351f7e4b825234bfa248363d3d183
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 13:13:45 2010 -0400

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit fe8d0fa11a1ffaf219cc66ac3c509fdc844025bd
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 13:12:49 2010 -0400

    replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Regroup AC statements at the top.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 09b918db86febb8a25c0e497f1629cd245c71975
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 13:10:58 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9dbace89bee55a001e794ccf3ff36e3afeda4715
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Apr 15 13:09:05 2010 -0400

    config: remove AH_TOP autoheader statement
    
    The generated config.h does not need to include xorg-server.h
    for the content it provides.
    Add #include <xorg-server.h> in .[hc] files as needed.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list