summaryrefslogtreecommitdiff
path: root/libglvnd/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2019-12-30 20:58:09 -0600
committerMatt Housh <jaeger@crux.ninja>2019-12-30 20:58:09 -0600
commit62ae634553eb4a38f2ac389177aab4d9e57a5763 (patch)
treebcd3bf58d313ce81ef2baa3c0afdc404a81f3dbf /libglvnd/Pkgfile
parent3cb210c2afdda880fb480604f1c1d21c6e011105 (diff)
downloadxorg-62ae634553eb4a38f2ac389177aab4d9e57a5763.tar.gz
xorg-62ae634553eb4a38f2ac389177aab4d9e57a5763.tar.xz
libglvnd: updated to version 1.3.0
Diffstat (limited to 'libglvnd/Pkgfile')
-rw-r--r--libglvnd/Pkgfile9
1 files changed, 3 insertions, 6 deletions
diff --git a/libglvnd/Pkgfile b/libglvnd/Pkgfile
index 924f42f3..3177ce34 100644
--- a/libglvnd/Pkgfile
+++ b/libglvnd/Pkgfile
@@ -4,17 +4,14 @@
# Depends on: xorg-libxext
name=libglvnd
-version=1.2.0
-release=3
+version=1.3.0
+release=1
source=(https://github.com/NVIDIA/$name/archive/v$version/$name-$version.tar.gz \
- update-gl_h-to-match-mesa.patch eglplatform.h)
+ eglplatform.h)
build() {
cd $name-$version
- # https://gitlab.freedesktop.org/glvnd/libglvnd/merge_requests/195
- patch -p1 -i $SRC/update-gl_h-to-match-mesa.patch
-
autoreconf -if
./configure --prefix=/usr
make

Generated by cgit