• Show log

    Commit

  • Hash : bf9fdcee
    Author : Gaetan Nadon
    Date : 2010-12-08T20:37:26

    config: remove incorrectly implemented visibility compiler option
    
    CFLAGS is a user variable which should never be set by the configuration.
    It allows the user to alter the configuration compiler options.
    
    The visibility is only set for GNU compiler, leaving libraries built
    with other compilers with the wrong visibility.
    
    All other xorg libraries set visibilty using _X_EXPORT or _X_HIDDEN.
    
    For the time being, all the symbols will have the default visibility
    which does not break anything.
    
    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags

  • README

  • All questions regarding this software should be directed at the
    Xorg mailing list:
    
            http://lists.freedesktop.org/mailman/listinfo/xorg
    
    Please submit bug reports to the Xorg bugzilla:
    
            https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
    
    The master development code repository can be found at:
    
            git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon
    
            http://cgit.freedesktop.org/xorg/lib/libxkbcommon
    
    For patch submission instructions, see:
    
    	http://www.x.org/wiki/Development/Documentation/SubmittingPatches
    
    For more information on the git code manager, see:
    
            http://wiki.x.org/wiki/GitPage