summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-10-12 17:21:55 -0700
committerChad Versace <chad.versace@linux.intel.com>2012-10-12 17:22:54 -0700
commit23e31e3ec3530908d8b3f6b77ab046f25904ccfb (patch)
tree0da1e4272d32315e75305e9c7960f10140c83e48 /doc
parent77e3c1fadca3285f3fa0bad007e7dd76d6df13e5 (diff)
doc/building: Update with new configure options and build targets
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/building.txt14
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/building.txt b/doc/building.txt
index 0819fed..4817d41 100644
--- a/doc/building.txt
+++ b/doc/building.txt
@@ -71,6 +71,10 @@ CMake builtin options:
Platform options;
+ - waffle_has_gbm
+ [default=0] [choices=0,1]
+ Build Waffle with support for GBM.
+
- waffle_has_glx
[default=0] [choices=0,1]
Build Waffle with support for GLX.
@@ -87,7 +91,8 @@ Miscellaneous options:
- waffle_build_tests
[default=1; choices=0,1]
- Build the unit tests and functional tests ran by `make check`.
+ Build the unit tests and functional tests ran by `make check` and
+ `make check-func`.
- waffle_build_examples
[default=1; choices=0,1]
@@ -112,10 +117,12 @@ Generic targets:
Build everything.
- check
- Run all tests, unit tests and functional tests.
+ Run unit tests.
+
+ - check-func
+ Run functional tests as well as unit tests.
- install
- Install libraries and headers.
Libraries:
@@ -133,6 +140,7 @@ Test programs:
Example programs:
- gl_basic
+ - simple-x11-egl
CMake targets: