diff options
author | davidovski <david@davidovski.xyz> | 2022-03-10 23:01:07 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-03-10 23:01:07 +0000 |
commit | 2bda0d54b37dd3ebf7917c3a58c0404d21afe7f6 (patch) | |
tree | 36a97971d0f9c6151f36b333383bb985289f23e3 /repo/x11 | |
parent | 08c8891c20131576640f30cc40fcdbc57a497957 (diff) |
shell will now default to dash asap
Diffstat (limited to 'repo/x11')
-rw-r--r-- | repo/x11/mesa.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/x11/mesa.xibuild b/repo/x11/mesa.xibuild index 09d34d7..37a976b 100644 --- a/repo/x11/mesa.xibuild +++ b/repo/x11/mesa.xibuild @@ -3,11 +3,11 @@ MAKEDEPS="meson ninja python-mako libva libvdpau llvm libxxf86vm libelf lm_sensors libexpat libvulkan wayland-protocols" DEPS="xorg-libs libdrm" -PKG_VER=21.3.6 +PKG_VER=21.3.7 SOURCE=https://mesa.freedesktop.org/archive/mesa-$PKG_VER.tar.xz ADDITIONAL=" - https://www.linuxfromscratch.org/patches/blfs/svn/mesa-$PKG_VER-add_xdemos-1.patch - https://www.linuxfromscratch.org/patches/blfs/svn/mesa-$PKG_VER-nouveau_fixes-1.patch + mesa-$PKG_VER-add_xdemos-1.patch + mesa-$PKG_VER-nouveau_fixes-1.patch " DESC="An implementation of the OpenGL specification" |