summaryrefslogtreecommitdiffstats
path: root/libraries/libepoxy/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libepoxy/README')
-rw-r--r--libraries/libepoxy/README14
1 files changed, 11 insertions, 3 deletions
diff --git a/libraries/libepoxy/README b/libraries/libepoxy/README
index d8820ca7a2..5c60683fbe 100644
--- a/libraries/libepoxy/README
+++ b/libraries/libepoxy/README
@@ -5,6 +5,14 @@ eglGetProcAddress(), etc. from the app developer, with very little knowledge
needed on their part. They get to read GL specs and write code using
undecorated function names like glCompileShader().
-libepoxy can be used during the build process of xorg-server, and if found in
-the system, will be used at build time. This may be used with xorg-server-1.16
-or later versions of xorg-server.
+libepoxy can be used during the build process of xorg-server. To enable the use
+of libepoxy, edit the x/x11/configure/xorg-server file in the Slackware source
+tree, and add this configure flag to the ./configure section:
+
+--enable-glamor \
+
+*Note*: If you have installed the wayland-1.6.0 package from SBo, you can build
+Xwayland server for usage with a Wayland capable display compositor.
+
+This package requires MesaLib be installed prior to building from the Slackware
+default package schema.