summaryrefslogtreecommitdiffstats
path: root/source/x
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-10-25 20:48:00 +0000
committer Eric Hameleers <alien@slackware.com>2019-10-26 08:59:50 +0200
commit3d81ef7f08ab767cafd9ff8de35e092861ef321c (patch)
treed1d028e14a56b255038ba7a42ca896254d2151b4 /source/x
parent7829b18e28cb1c4574712d395826e23731210a0e (diff)
downloadcurrent-3d81ef7f08ab767cafd9ff8de35e092861ef321c.tar.gz
current-3d81ef7f08ab767cafd9ff8de35e092861ef321c.tar.xz
Fri Oct 25 20:48:00 UTC 201920191025204800
l/pycairo-1.18.2-x86_64-1.txz: Upgraded. x/libglvnd-1.2.0-x86_64-3.txz: Rebuilt. It seems that Mesa now expects libglvnd to provide the header files, so this has been rebuilt without --disable-headers. These headers remain missing on the system after doing so: GL/gl_mangle.h, glx_mangle.h, and GLES3/gl3ext.h. If anything still requires those headers, please let me know and we'll look into what can be done about it. Thanks to TheRealGrogan for the heads-up.
Diffstat (limited to 'source/x')
-rwxr-xr-xsource/x/libglvnd/libglvnd.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/x/libglvnd/libglvnd.SlackBuild b/source/x/libglvnd/libglvnd.SlackBuild
index 556baff5a..5f5f314e8 100755
--- a/source/x/libglvnd/libglvnd.SlackBuild
+++ b/source/x/libglvnd/libglvnd.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=libglvnd
VERSION=${VERSION:-$(echo libglvnd-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d- | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -90,7 +90,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PKGNAM-$VERSION \
- --disable-headers \
--disable-static \
--build=$ARCH-slackware-linux || exit 1