xf86-input-acecad: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Wed Jun 9 14:20:05 PDT 2010


 configure.ac |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 96a383c95f8d97b966249eccb31734375df2c295
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Jun 9 16:34:03 2010 -0400

    config: requires RANDR through xf86.h
    
    The xf86.h file contains external declarations specific to RANDR
    Will not compile if this extension is not installed.
    Because this is an optional extension, XORG_DRIVER_CHECK_EXT
    must be used.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit af91ec0384790896ccece958fbd6aeb192102691
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Jun 9 16:32:39 2010 -0400

    config: requires xext, kb and input extensions through xf86.h
    
    The xf86.h file includes headers from these protocols.
    Will not compile if these extensions are not installed.
    Because these extensions are always defined in the server, XORG_DRIVER_CHECK_EXT
    should not be used.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list