[PATCH wayland-web 4/6] xwayland: libepoxy needed

Pekka Paalanen ppaalanen at gmail.com
Tue May 6 06:25:38 PDT 2014


From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>

---
 xserver.html | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/xserver.html b/xserver.html
index 75fb970..fc8cecb 100644
--- a/xserver.html
+++ b/xserver.html
@@ -42,6 +42,20 @@
   xserver on 32-bit systems.
 </p>
 
+<h2>libepoxy</h2>
+<p>
+The Xwayland server depends on
+<a href="https://github.com/anholt/libepoxy">libepoxy</a>.
+</p>
+<pre>    git clone https://github.com/anholt/libepoxy.git
+    cd libepoxy
+    ./autogen.sh --prefix=$WLD
+    make
+    make install
+    cd ..
+</pre>
+
+
 <h2>X Server</h2>
 
 <p>XWayland support has been merged in the master branch on April 4th, 2014,
-- 
1.8.5.5



More information about the wayland-devel mailing list