aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-11-14 15:12:40 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-11-14 15:35:05 -0800
commitbde28e7a303c81549a200dd34b4c5643004fa84a (patch)
tree793cbad61f2d9c369d4f45df405b69093fd501a9 /README.txt
parent6d6db859a5fdf93df40a48a476f7dc230316fa55 (diff)
downloadwaffle-bde28e7a303c81549a200dd34b4c5643004fa84a.tar.gz
readme: Mention -Dwaffle_has_gbm=1
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 4bdb35f..7ba529b 100644
--- a/README.txt
+++ b/README.txt
@@ -105,8 +105,8 @@ waffle with support for only GLX and installs into /usr/local.
make install
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 and
--Dwaffle_has_wayland=1.
+-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.
If you need to install into a custom location, autoconf-esque variables such
as CMAKE_INSTALL_LIBDIR are supported. For example,