• Show log

    Commit

  • Hash : 5c654d0d
    Author : Ozkan Sezer
    Date : 2020-12-18T17:00:00

    tests: regenerate configure using autoconf patched for AC_PATH_X11
    
    Specifically this patch which does not invoke _AC_PATH_X_XMKMF and
    _AC_PATH_X_DIRECT internal autoconf routines when cross-compiling:
    http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=33c3a47c04ab70a4dd54963fe433a171bc03747f
    
    Without this, CFLAGS would brokenly have system include paths like
    -I/usr/include/X11 when cross-compiling e.g. for windows.  (And it
    also resulted in annoying imake crashes for my setup...)
    

  • Properties

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

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w thodg_l www_kmx_io thodg
    Tags

  • README.txt

  •                          Simple DirectMedia Layer
    
                                      (SDL)
    
                                    Version 2.0
    
    ---
    https://www.libsdl.org/
    
    Simple DirectMedia Layer is a cross-platform development library designed
    to provide low level access to audio, keyboard, mouse, joystick, and graphics
    hardware via OpenGL and Direct3D. It is used by video playback software,
    emulators, and popular games including Valve's award winning catalog
    and many Humble Bundle games.
    
    More extensive documentation is available in the docs directory, starting
    with README.md
    
    Enjoy!
    	Sam Lantinga				(slouken@libsdl.org)