summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author James Powell2015-06-12 06:22:09 +0200
committer Willy Sudiarto Raharjo2015-06-12 06:22:09 +0200
commitf0295751cf70601caf72ce77095a45ee7f9e4afe (patch)
treecee0e02a90a1bc80adc6a90e7069cea4d7393c9f /libraries
parent2269a8406f3edb445bf5c4ca932cd8d9ed9d51b1 (diff)
downloadslackbuilds-f0295751cf70601caf72ce77095a45ee7f9e4afe.tar.gz
libraries/libepoxy: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/libepoxy/README14
-rw-r--r--libraries/libepoxy/libepoxy.SlackBuild4
-rw-r--r--libraries/libepoxy/libepoxy.info2
3 files changed, 14 insertions, 6 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.
diff --git a/libraries/libepoxy/libepoxy.SlackBuild b/libraries/libepoxy/libepoxy.SlackBuild
index 0792c7f147..9bbe7ef792 100644
--- a/libraries/libepoxy/libepoxy.SlackBuild
+++ b/libraries/libepoxy/libepoxy.SlackBuild
@@ -23,7 +23,7 @@
PRGNAM=libepoxy
VERSION=${VERSION:-1.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/libraries/libepoxy/libepoxy.info b/libraries/libepoxy/libepoxy.info
index 659ed2467e..c250a93fd4 100644
--- a/libraries/libepoxy/libepoxy.info
+++ b/libraries/libepoxy/libepoxy.info
@@ -1,7 +1,7 @@
PRGNAM="libepoxy"
VERSION="1.2"
HOMEPAGE="https://github.com/anholt/libepoxy"
-DOWNLOAD="https://github.com/anholt/libepoxy/archive/v1.2.tar.gz"
+DOWNLOAD="https://github.com/anholt/libepoxy/archive/libepoxy-1.2.tar.gz"
MD5SUM="12d6b7621f086c0c928887c27d90bc30"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""