Skip to content
Snippets Groups Projects
Commit 00c3331d authored by Michael Kuhn's avatar Michael Kuhn Committed by Adam J. Stewart
Browse files

libxshmfence: Update to 1.3 (#8667)

libxshmfence@1.2 does not compile with recent versions of glibc.
parent bc5168e4
No related branches found
No related tags found
No related merge requests found
...@@ -33,9 +33,10 @@ class Libxshmfence(AutotoolsPackage): ...@@ -33,9 +33,10 @@ class Libxshmfence(AutotoolsPackage):
using file descriptor passing.""" using file descriptor passing."""
homepage = "https://cgit.freedesktop.org/xorg/lib/libxshmfence/" homepage = "https://cgit.freedesktop.org/xorg/lib/libxshmfence/"
url = "http://xorg.freedesktop.org/archive/individual/lib/libxshmfence-1.2.tar.gz" url = "https://www.x.org/archive/individual/lib/libxshmfence-1.3.tar.bz2"
version('1.2', 'f0b30c0fc568b22ec524859ee28556f1') version('1.3', '42dda8016943dc12aff2c03a036e0937')
version('1.2', '66662e76899112c0f99e22f2fc775a7e')
depends_on('xproto', type='build') depends_on('xproto', type='build')
depends_on('pkgconfig', type='build') depends_on('pkgconfig', type='build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment