New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=93f01e7dd5a757011cb8ebc3fe54fbf1969636e1
commit 93f01e7dd5a757011cb8ebc3fe54fbf1969636e1
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:50:17 2013 +0100

    configure: use automatic variable names in AC_ARG_ENABLE()/AC_ARG_WITH()
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f11f13d2c3c585720d9a0d63f52e07f53160366e
commit f11f13d2c3c585720d9a0d63f52e07f53160366e
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:48:22 2013 +0100

    configure: remove superfluous code
    
    This aligns AC_ARG_ENABLE() and AC_ARG_WITH() calls with the rest of
    this file
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2715680f8102534f363138eba3dea10b5d614ffe
commit 2715680f8102534f363138eba3dea10b5d614ffe
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:21:40 2013 +0100

    configure: fix various configure options related to fusion sound
    
    The name of the variables is different than what the code checked
    when those options are specified on the command line. The variable
    name is the option, prefixed with enable_ and dash replaced by
    underscore
    
    At the same time, fix some related typos.
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ff07c1a1dff6f3f8de2737ebc5ba83f286067472
commit ff07c1a1dff6f3f8de2737ebc5ba83f286067472
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:09:54 2013 +0100

    configure: fix use of undeclared variable have_fusionsound
    
    In addition, HAVE_FUSIONSOUND is set in a different place already,
    based on $enable_fusionsound
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cd6393a82ef9b186e19d006496ef195e33845b05
commit cd6393a82ef9b186e19d006496ef195e33845b05
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:04:38 2013 +0100

    configure: fix wave music provider and sound driver configuration
    
    The wave music provider is now forced to be built if the sound driver
    was enabled, and otherwise based on the --with-wave configure option
    
    In addition, the wave sound driver was not built previously, even if
    enabled during configure
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0c3eea9ed770020815c57d7d351bdfc7d25b8089
commit 0c3eea9ed770020815c57d7d351bdfc7d25b8089
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:15:55 2013 +0100

    configure: fix --enable-multi-kernel configure option
    
    Previously, adding --enable-multi-kernel to the configure options disabled
    use of the fusion kernel device
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1985e3031abd51e2ee5845d89910edee180a7e11
commit 1985e3031abd51e2ee5845d89910edee180a7e11
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:00:08 2013 +0100

    configure.in: use AC_HELP_STRING() and properly quote all strings
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |  167 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 88 insertions(+), 79 deletions(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c4ccce41dc527ef5506af7f1a9c75d0da2a30517
commit c4ccce41dc527ef5506af7f1a9c75d0da2a30517
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:51:20 2013 +0100

    configure: --with-gfxdrivers=all does not build all drivers
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4c9a40546e4cbac47b21d3221d0eb0a6c3fdce9b
commit 4c9a40546e4cbac47b21d3221d0eb0a6c3fdce9b
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:50:55 2013 +0100

    configure: fix --enable-gstreamer option parsing
    
    Previously, it was impossible to enable gstreamer using --enable-gstreamer
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6891f7fc29e591d2e21e3f641a652515b3e75764
commit 6891f7fc29e591d2e21e3f641a652515b3e75764
Author: André Draszik <[email protected]>
Date:   Thu May 16 13:50:33 2013 +0100

    configure: fix MNG configure option typo
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0bbbcb9cdb808abdf2de0bf0b9fffb951f225b45
commit 0bbbcb9cdb808abdf2de0bf0b9fffb951f225b45
Author: André Draszik <[email protected]>
Date:   Thu May 16 10:55:11 2013 +0100

    whitespace
    
    Signed-off-by: André Draszik <[email protected]>

 configure.in                      |   28 +++++-----
 lib/fusiondale/Makefile.am        |    2 +-
 lib/fusionsound/Makefile.am       |    4 +-
 lib/sawman/SaWManManager_real.cpp |    2 +-
 lib/sawman/sawman_updates.c       |  112 ++++++++++++++++++-------------------
 lib/sawman/sawman_window.c        |   64 ++++++++++-----------
 proxy/dispatcher/Makefile.am      |    4 +-
 7 files changed, 108 insertions(+), 108 deletions(-)

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

Reply via email to