Hi, sorry for the late reply.

The goal is to keep the releases in sync.

SaWMan 1.4.3 will compile and work with DirectFB 1.4.3 and 1.2.10.

There will be no new SaWMan release unless there is a corresponding DirectFB release. Example: if we roll out SaWMan 1.4.4 we will also release DirectFB 1.4.4, and most likely 1.2.11 too to come forward to the hardware still bound to the 1.2.x line of DirectFB.

It is entirely possible that intermediate git status will not compile, although this will give us headaches too, so normally the latest git of DirectFB and SaWMan should compile together. Probably better not focus on the 1.2.x branch since this gets pulled in only late before a release by us.

Greets
Niels

Lionel Landwerlin wrote:
A few more words on this :

The last git revision of SaWMan does not compile with DirectFB 1.4.3
because of checks on the DWOP_INPUTONLY flags that have been
introduced after DirectFB 1.4.3.
I'm starting to have a few doubts about the fact that SaWMan (even
1.4.3) still compiles with DirectFB 1.2.

I'm currently patching SaWMan to get it compile with DirectFB 1.4.3.
Is this worth working on this ? Or are we going through synchronized
releases of DirectFB & SaWMan ?

Denis, Niels, any comment ?


Regards,

--
Lionel

On Thu, Apr 1, 2010 at 4:59 PM, Lionel Landwerlin <llandwer...@gmail.com> wrote:
Agree, let's put the corresponding code under compilation flag.

On Thu, Apr 1, 2010 at 4:55 PM, Andre DRASZIK <andre.dras...@st.com> wrote:
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




--

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-dev mailing list
directfb-dev@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to