summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-04-11 12:54:46 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-04-11 18:05:26 -0700
commit2e23a8a8b85a619a19d1a4166f9fe320a44bec22 (patch)
tree56a2bbe9d7f61036d8203bda1ec53b5afea8eeb6
parent1360693e2c727c3af06b32a91863c01783225046 (diff)
readme: Update with Wayland support
Mark Wayland support as complete. Document CMake option waffle_has_wayland. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--README.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 0c95514..40decd8 100644
--- a/README.txt
+++ b/README.txt
@@ -42,9 +42,9 @@ that's on the short todo list.
Waffle supports, or has planned support, for the following window systems:
- Android (planned)
- Apple/GLX (planned)
- - Apple/CGL (planned)
+ - Apple/CGL (planned, coming next)
- GLX (complete)
- - Wayland (planned, coming next)
+ - Wayland (complete)
- Windows (planned)
- X11/EGL (complete)
@@ -162,6 +162,10 @@ Platform options:
[default=0] [choices=0,1]
Build Waffle with support for GLX.
+ - waffle_has_wayland
+ [default=0] [choices=0,1]
+ Build Waffle with support for Wayland.
+
- waffle_has_x11_egl
[default=0] [choices=0,1]
Build Waffle with support for X11/EGL.