libX11: Changes to 'master'

Daniel Stone daniels at kemper.freedesktop.org
Wed Sep 12 14:31:00 PDT 2012


 configure.ac |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit d45b3fc19fbe95c41afc4e51d768df6d42332010
Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Sep 12 14:39:40 2012 +0100

    Allow overriding location of keysymdef.h
    
    Currently keysymdef.h is found by using the includedir of xproto.  This doesn't
    work when cross-compiling with a sysroot as that ends up being /usr/include/X11,
    not a path into the cross-build environment.
    
    So, add an option to allow explicitly specifying the location of keysymdef.h,
    and verify that the specified or found path exists.
    
    (original patch by Martin Jansa <martin.jansa at gmail.com>, revised by myself)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
    Reviewed-by: Daniel Stone <daniel at fooishbar.org>



More information about the xorg-commit mailing list