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 <d...@directfb.org>
Date: Fri, 25 Oct 2013 23:07:16 +0200
Subject: [PATCH] clients: fix unconditional build of DirectFB programs

---
 clients/Makefile.am | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/clients/Makefile.am b/clients/Makefile.am
index edf8489..cc507bb 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
@@ -1,7 +1,5 @@
 bin_PROGRAMS =					\
 	weston-info				\
-	weston-dfb-adapter			\
-	weston-dfb-test1			\
 	$(terminal)
 
 demo_clients = \
@@ -11,6 +9,12 @@ demo_clients = \
 	$(simple_clients_programs)		\
 	$(simple_egl_clients_programs)
 
+if ENABLE_DIRECTFB_COMPOSITOR
+bin_PROGRAMS +=					\
+	weston-dfb-adapter			\
+	weston-dfb-test1
+endif
+
 if ENABLE_DEMO_CLIENTS
 bin_PROGRAMS += $(demo_clients)
 else
-- 
1.8.1.2

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to