[PATCH wayland-web 6/6] xwayland: add xserver build options
Pekka Paalanen
ppaalanen at gmail.com
Tue May 6 06:25:40 PDT 2014
From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
With these, it will only install the Xwayland binary. No Xorg, no
modules, no cruft. Just 4 files in total here.
---
xserver.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xserver.html b/xserver.html
index bd4abb7..dd8ff30 100644
--- a/xserver.html
+++ b/xserver.html
@@ -63,7 +63,9 @@ and is first released with xserver 1.16. The separate X.org video DDXes
are not needed anymore.</p>
<pre> $ git clone git://anongit.freedesktop.org/xorg/xserver
$ cd xserver
- $ ./autogen.sh --prefix=$WLD
+ $ ./autogen.sh --prefix=$WLD --disable-docs --disable-devel-docs \
+ --enable-xwayland --disable-xorg --disable-xvfb --disable-xnest \
+ --disable-xquartz --disable-xwin
$ make
$ make install
$ cd ..
--
1.8.5.5
More information about the wayland-devel
mailing list