Hi,

I think Niels and Denis have been trying to keep SaWMan usable with
DFB-1.2 and DFB-1.4, so I think SaWMan should be fixed instead to
compile against DFB 1.2 again.

Cheers,
Andre'


On Tue, 2010-03-16 at 21:38 +0100, Lionel Landwerlin wrote:
> required by usage of application_id in struct CoreWindowConfig
> 
> Signed-off-by: Lionel Landwerlin <llandwer...@gmail.com>
> ---
>  configure.in |   10 +++++-----
>  1 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/configure.in b/configure.in
> index 9fd259a..38aa6ed 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -35,8 +35,8 @@ LT_CURRENT=`expr $SAWMAN_MICRO_VERSION - 
> $SAWMAN_INTERFACE_AGE`
>  LT_REVISION=$SAWMAN_INTERFACE_AGE
>  LT_AGE=`expr $SAWMAN_BINARY_AGE - $SAWMAN_INTERFACE_AGE`
>  
> -AC_SUBST(LT_RELEASE) 
> -AC_SUBST(LT_CURRENT) 
> +AC_SUBST(LT_RELEASE)
> +AC_SUBST(LT_CURRENT)
>  AC_SUBST(LT_REVISION)
>  AC_SUBST(LT_AGE)
>  
> @@ -49,7 +49,7 @@ AM_MAINTAINER_MODE
>  
>  AM_CONFIG_HEADER(config.h)
>  
> -AC_DISABLE_STATIC 
> +AC_DISABLE_STATIC
>  AM_PROG_LIBTOOL
>  AM_SANITY_CHECK
>  AC_ISC_POSIX
> @@ -77,7 +77,7 @@ fi
>  #
>  # Check for DirectFB-Internal
>  #
> -DFB_VERSION=1.2.10
> +DFB_VERSION=1.4.2
>  AC_MSG_CHECKING(for DirectFB-Internal >= $DFB_VERSION)
>    if $PKG_CONFIG --atleast-version $DFB_VERSION directfb-internal ; then
>          MODULEDIR=$libdir/`$PKG_CONFIG --variable=moduledirname 
> directfb-internal`
> @@ -158,7 +158,7 @@ wm/sawman/Makefile
>  
> 
>  AC_MSG_RESULT([
> -Build options: 
> +Build options:
>    Module directory       $MODULEDIR
>    Debug mode             $enable_debug
>    CFLAGS                 $CFLAGS


_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to