[PATCH 4/6] DirectFB integration

Denis Oliver Kropp dfbdok at gmail.com
Fri Oct 25 00:11:05 CEST 2013


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_MODULES([FBDEV_COMPOSITOR], [libudev >= 136 mtdev >= 1.1.0])
 ])

+
+AC_ARG_ENABLE([directfb-compositor], [  --enable-directfb-compositor],,
+              enable_directfb_compositor=yes)
+AM_CONDITIONAL([ENABLE_DIRECTFB_COMPOSITOR],
+               [test x$enable_directfb_compositor = xyes])
+AS_IF([test x$enable_directfb_compositor = xyes], [
+  AC_DEFINE([BUILD_DIRECTFB_COMPOSITOR], [1], [Build the directfb
compositor])
+  PKG_CHECK_MODULES([DIRECTFB_COMPOSITOR], [egl ++dfb >= 1.8.0 wayland-dfb
>= 1.8.0])
+])
+
+
 AC_ARG_ENABLE([rdp-compositor], [  --enable-rdp-compositor],,
               enable_rdp_compositor=no)
 AM_CONDITIONAL([ENABLE_RDP_COMPOSITOR],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20131025/8a8b070a/attachment-0001.html>


More information about the wayland-devel mailing list