summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-04-10 19:43:48 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-04-11 16:50:35 -0700
commit2a01c7b3e06109efecd1573011d7362d205ca36e (patch)
tree669174931771d4c880b7234b258934b10b57041e
parent9996110b14d7b49ce4e948340401e46d97c5eeb4 (diff)
reamde: Update with GLX support
Mark GLX as complete. Document CMake option waffle_has_glx. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--README.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index fc4847c..0c95514 100644
--- a/README.txt
+++ b/README.txt
@@ -43,8 +43,8 @@ Waffle supports, or has planned support, for the following window systems:
- Android (planned)
- Apple/GLX (planned)
- Apple/CGL (planned)
- - GLX (planned, coming next)
- - Wayland (planned, after GLX)
+ - GLX (complete)
+ - Wayland (planned, coming next)
- Windows (planned)
- X11/EGL (complete)
@@ -114,6 +114,7 @@ Below is a full description of Waffle's configuration options. If CMake scares
you and you don't like reading, just do this:
cmake \
-DCMAKE_LIBRARY_PATH=$(echo $LIBRARY_PATH | sed 's/:/;/g') \
+ -Dwaffle_has_glx=1 \
-Dwaffle_has_x11_egl=1 \
$WAFFLE_SOURCE_DIR
make
@@ -157,8 +158,12 @@ CMake options:
Platform options:
+ - waffle_has_glx
+ [default=0] [choices=0,1]
+ Build Waffle with support for GLX.
+
- waffle_has_x11_egl
- [default=1 if libraries are autodetected] [choices=0,1]
+ [default=0] [choices=0,1]
Build Waffle with support for X11/EGL.
Install options: