summaryrefslogtreecommitdiffstats
path: root/libraries/libepoxy/README
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2016-01-02 02:44:28 -0600
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-01-17 09:40:16 +0700
commit928b39f9c3ed2a1be21d313ec6490fa9d2c815d6 (patch)
treef439c74a0104e1c1cf50c714c593cdca4fbfa0b0 /libraries/libepoxy/README
parentdadf07b737dcb5876b2ef338abe25ad66238f83e (diff)
downloadslackbuilds-928b39f9c3ed2a1be21d313ec6490fa9d2c815d6.tar.gz
slackbuilds-928b39f9c3ed2a1be21d313ec6490fa9d2c815d6.tar.xz
libraries/libepoxy: Removed (included in Slackware 14.2)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libepoxy/README')
-rw-r--r--libraries/libepoxy/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/libraries/libepoxy/README b/libraries/libepoxy/README
deleted file mode 100644
index 5c60683fbe..0000000000
--- a/libraries/libepoxy/README
+++ /dev/null
@@ -1,18 +0,0 @@
-Epoxy is a library for handling OpenGL function pointer management for you.
-
-It hides the complexity of dlopen(), dlsym(), glXGetProcAddress(),
-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. 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.