xf86-input-synaptics:master: 5 commit(s)

Christoph Brill cbrill at kemper.freedesktop.org
Sun May 15 12:55:45 PDT 2011


Reporting from xf86-input-synaptics: xf86-input-synaptics driver

Please visit:
    http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics
Or get your own copy by using:
    git-clone git://anongit.freedesktop.org/xorg/driver/xf86-input-synaptics

5 commits against master at ec791423...:
 .gitignore          |    3 +
 Makefile.am         |   98 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 README              |    4 +-
 conf/Makefile.am    |   27 --------------
 configure.ac        |    8 +---
 include/Makefile.am |   22 -----------
 man/Makefile.am     |   48 -------------------------
 src/Makefile.am     |   53 ----------------------------
 test/.gitignore     |    6 ---
 test/Makefile.am    |   15 -------
 tools/.gitignore    |    3 -
 tools/Makefile.am   |   32 ----------------
 12 files changed, 103 insertions(+), 216 deletions(-)


commit 0c0e3e3df6af54777e47550e555e76c787f6f0a4
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Sat May 14 03:34:26 2011 +0200

    README: fix typos.
    
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    README |    4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=0c0e3e3d


commit d27b4e560ccf61b94f067156c6d5c1e3d3e5e1eb
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Sat May 14 03:30:15 2011 +0200

    build: install documentation as part of make install.
    
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    Makefile.am |    3 +++
    1 file changed, 3 insertions(+)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=0c0e3e3d


commit 39afe69ad7d2258d4043044d1283bd6e311e48da
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Sat May 14 03:14:56 2011 +0200

    build: collapse all Makefile.am files into a single non-recursive one.
    
    With this change, the whole of the build is done non-recursively in the
    top-level Makefile.am. This reduces the amount of overhead due to recursing
    into directories only to build one file.
    
    Signed-off-by: Diego Elio Pettenò <flameeyes at gmail.com>
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    .gitignore          |    3 +
    Makefile.am         |   95 ++++++++++++++++++++++++++++++++++++++++++++++--
    conf/Makefile.am    |   27 -------------
    configure.ac        |    6 ---
    include/Makefile.am |   22 -----------
    man/Makefile.am     |   48 ------------------------
    src/Makefile.am     |   53 --------------------------
    test/.gitignore     |    6 ---
    test/Makefile.am    |   15 -------
    tools/.gitignore    |    3 -
    tools/Makefile.am   |   32 ----------------
    11 files changed, 96 insertions(+), 214 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=0c0e3e3d


commit 4005df66072ceac175ea71427deb16176262f197
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Sat May 14 03:00:02 2011 +0200

    build: sort building of tools, ensure that cross-pkg-config works.
    
    Without this change, cross-pkg-config could bring up the wrong paths to
    $includedir/xorg, but also fixes linkage to not use LDFLAGS where LDADD
    should have been used.
    
    Signed-off-by: Diego Elio Pettenò <flameeyes at gmail.com>
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    tools/Makefile.am |   10 +++++-----
    1 file changed, 5 insertions(+), 5 deletions(-)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=0c0e3e3d


commit 4d4c4d0ff5a381a5d574845cf72673f9fee43734
Author: Diego Elio Pettenò <flameeyes at gmail.com>
Date:   Sat May 14 02:43:58 2011 +0200

    build: report a fatal error if XORG_DRIVER_CHECK_EXT is undefined.
    
    Just to give a bit of an idea of what the problem is when configure fails
    later on.
    
    Signed-off-by: Diego Elio Pettenò <flameeyes at gmail.com>
    Signed-off-by: Christoph Brill <egore911 at egore911.de>

diffstat:
    configure.ac |    2 ++
    1 file changed, 2 insertions(+)

gitweb url:
http://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics;a=commit;h=0c0e3e3d




More information about the xorg-commit mailing list