Skip to content

Commit

Permalink
Merge pull request #20139 from rnhmjoj/mesa
Browse files Browse the repository at this point in the history
mesa: 12.0.1 -> 13.0.0
  • Loading branch information
NeQuissimus committed Nov 4, 2016
2 parents d0ae7b9 + 9665fa4 commit 1c6b3bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
10 changes: 3 additions & 7 deletions pkgs/development/libraries/mesa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if ! lists.elem stdenv.system platforms.mesaPlatforms then
else

let
version = "12.0.3";
version = "13.0.0";
branch = head (splitString "." version);
driverLink = "/run/opengl-driver" + optionalString stdenv.isi686 "-32";
in
Expand All @@ -40,7 +40,7 @@ stdenv.mkDerivation {
"ftp://ftp.freedesktop.org/pub/mesa/older-versions/${branch}.x/${version}/mesa-${version}.tar.xz"
"https://launchpad.net/mesa/trunk/${version}/+download/mesa-${version}.tar.xz"
];
sha256 = "1dc86dd9b51272eee1fad3df65e18cda2e556ef1bc0b6e07cd750b9757f493b1";
sha256 = "09yp4wh89srxqqzsnrqgw4gmx68mgxic5nbrprl6l1l2zzmv9vcl";
};

prePatch = "patchShebangs .";
Expand All @@ -51,11 +51,7 @@ stdenv.mkDerivation {
patches = [
./glx_ro_text_segm.patch # fix for grsecurity/PaX
./symlink-drivers.patch
] ++ optional stdenv.isLinux
(substituteAll {
src = ./dlopen-absolute-paths.diff;
libudev = systemd.lib;
});
];

postPatch = ''
substituteInPlace src/egl/main/egldriver.c \
Expand Down
22 changes: 0 additions & 22 deletions pkgs/development/libraries/mesa/dlopen-absolute-paths.diff

This file was deleted.

0 comments on commit 1c6b3bd

Please sign in to comment.