aboutsummaryrefslogtreecommitdiff
path: root/libraries/libepoxy/README
diff options
context:
space:
mode:
authorJames Powell <james4591@hotmail.com>2015-06-12 11:22:09 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-06-12 11:22:09 +0700
commitf0295751cf70601caf72ce77095a45ee7f9e4afe (patch)
treecee0e02a90a1bc80adc6a90e7069cea4d7393c9f /libraries/libepoxy/README
parent2269a8406f3edb445bf5c4ca932cd8d9ed9d51b1 (diff)
libraries/libepoxy: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.