New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bb2212ae8a46c68818619b03fcb3d1af6d63e42a
commit bb2212ae8a46c68818619b03fcb3d1af6d63e42a
Author: Andreas Shimokawa <[email protected]>
Date:   Tue Jul 23 13:09:46 2013 +0200

    initial cmake support
    
    This is not yet complete, a lot of configure options are still missing
    
    libraries that are built:
    - libdirect
    - libfusion
    - libvoodoo
    - libdirectfb
    
    modules that are built:
    - x11 system
    - freetype2 font provider
    - jpeg and png image provider
    - default wm

 CMakeLists.txt                                   |  203 ++++++++++++++++++++
 cmake/DirectFBFunctions.cmake                    |   95 ++++++++++
 cmake/config.h.in                                |  218 ++++++++++++++++++++++
 include/CMakeLists.txt                           |   97 ++++++++++
 interfaces/IDirectFBFont/CMakeLists.txt          |   42 +++++
 interfaces/IDirectFBImageProvider/CMakeLists.txt |   49 +++++
 lib/direct/CMakeLists.txt                        |  165 ++++++++++++++++
 lib/fusion/CMakeLists.txt                        |   81 ++++++++
 lib/voodoo/CMakeLists.txt                        |   80 ++++++++
 src/CMakeLists.txt                               |  178 ++++++++++++++++++
 systems/x11/CMakeLists.txt                       |   31 +++
 wm/default/CMakeLists.txt                        |   21 +++
 12 files changed, 1260 insertions(+)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to