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],
_______________________________________________
wayland-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-devel