summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-04-11 07:39:49 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-04-11 16:50:17 -0700
commit9996110b14d7b49ce4e948340401e46d97c5eeb4 (patch)
treed6d98548d153a500dcb1da366c25365864da347f
parent428e40ab8bb1087d3ae90d5ded859cdb075acdb6 (diff)
readme: Remove refs to non-existent options
Options waffle_default_platform and waffle_default_gl_api were removed a long time ago. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index abc3312..fc4847c 100644
--- a/README.txt
+++ b/README.txt
@@ -114,8 +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_default_platform=x11_egl \
- -Dwaffle_default_api=gl \
+ -Dwaffle_has_x11_egl=1 \
$WAFFLE_SOURCE_DIR
make
make check