Hi,
this is an update to the patch set posted earlier.
It fixes unconditional build of DirectFB clients.
From 85397933453e3d080b740ac74c2180ad87fdc012 Mon Sep 17 00:00:00 2001
From: Denis Oliver Kropp
Date: Fri, 25 Oct 2013 23:07:16 +0200
Subject: [PATCH] clients: fix unconditional build of
configure: Add DirectFB compositor
---
configure.ac | 11 +++
1 file changed, 11 insertions(+)
diff --git a/configure.ac b/configure.ac
index 30fb4a3..793da83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -196,6 +196,17 @@ AS_IF([test x$enable_fbdev_compositor = xyes], [
PKG_CHECK_M
configure: Add C++ compiler support and enable c++0x
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index 80a5d69..30fb4a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AM_SILENT_RULES([yes])
# Check for programs
AC_PROG_CC
surface: Add compositor_state to weston_surface for the
compositor to keep a per surface context, like renderer does.
---
src/compositor.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/compositor.h b/src/compositor.h
index 73722b5..2f3b7d0 100644
--- a/src/compositor.h
+++ b/src/comp
gl-renderer: Add protection against multiple includes of
header.
---
src/gl-renderer.h | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/gl-renderer.h b/src/gl-renderer.h
index 0342134..1f41c9f 100644
--- a/src/gl-renderer.h
+++ b/src/gl-renderer.h
@@ -20,6 +20,9 @@
Hi,
this is an updated patch set. Hopefully in the right shape this time,
otherwise please let me know.
Please see http://www.directfb.org/docs/DirectFB_Foreseeing_2013-10-07.pdf
and http://www.directfb.org/docs/DirectFB_EGL_2013-10-07.pdf for details
and plans.
With this version you can run We
Denis Oliver Kropp wrote:
>
> > Hi Wayland!
> >
> > This is our first release of the integration of Weston with DirectFB ;)
> >
> > Please see
> http://www.directfb.org/docs/DirectFB_Foreseeing_2013-10-07.pdf
> > and http://www.directfb.org/docs/Direc