compositor: Add OpenWF Display backend
diff --git a/configure.ac b/configure.ac
index 567d95b..960f134 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,15 @@
fi
+AC_ARG_ENABLE(openwfd-compositor, [ --enable-openwfd-compositor],,
+ enable_openwfd_compositor=no)
+AM_CONDITIONAL(ENABLE_OPENWFD_COMPOSITOR, test x$enable_openwfd_compositor == xyes)
+if test x$enable_openwfd_compositor == xyes; then
+ AC_DEFINE([BUILD_OPENWFD_COMPOSITOR], [1], [Build the OpenWF compositor])
+ PKG_CHECK_MODULES(OPENWFD, [openwfd])
+fi
+
+
AC_ARG_ENABLE(wayland-compositor, [ --enable-wayland-compositor],,
enable_wayland_compositor=yes)
AM_CONDITIONAL(ENABLE_WAYLAND_COMPOSITOR,