aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2013-08-18 10:21:48 -0700
committerChad Versace <chad.versace@linux.intel.com>2013-08-19 23:04:47 -0700
commitbc298fa384a0b928e6b9de1b9f2f0091bd2b90b5 (patch)
tree5ce590aaaa4a0d487c6da116c928076de6a3bdb9 /README.txt
parenteebc0fd464ebebc2dbfbd3db8f57c6ee8df28ce9 (diff)
downloadwaffle-bc298fa384a0b928e6b9de1b9f2f0091bd2b90b5.tar.gz
cmake,readme: Move Waffle's CMake options to new file Options.cmake
This makes it easy for users to find all the custom CMake options defined by Waffle. Update the README accordingly. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 28904f3..97aeac3 100644
--- a/README.txt
+++ b/README.txt
@@ -121,9 +121,8 @@ a dependeny into /usr/local, then:
export PKG_CONFIG_PATH=/usr/local/share/pkgconfig:/usr/local/$libdir/pkgconfig:$PKG_CONFIG_PATH
-2. Configure Waffle with CMake
--------------------------------
-
+2. Configure CMake
+------------------
On Linux, you likely want to call cmake with the following
arguments. It configures Waffle in debug mode and with support for only GLX.
@@ -136,8 +135,7 @@ If in addition to GLX you want support for X11/EGL, then add
-Dwaffle_has_x11_egl=1 to the cmake arguments. Likewise for Wayland, add
-Dwaffle_has_wayland=1; and for GBM, add -Dwaffle_has_gbm=1.
-To build the manpages, add -Dwaffle_build_manpages=1. To build the html
-documentation, add -Dwaffle_build_htmldocs=1.
+For the full list of Waffle's custom CMake options, see file `Options.cmake`.
To install into a custom location, autoconf-esque variables such
as CMAKE_INSTALL_LIBDIR are supported. See