Skip to content

Commit

Permalink
mesa_drivers: work around #16779
Browse files Browse the repository at this point in the history
This works around missing newer wayland symbols when running
some older packages on a system with updated opengl drivers.
We have no good solution yet, unfortunately. This commit might
break packages that rely on new wayland features, but those
should be a minority.

(cherry picked from commit 7a003eb)
  • Loading branch information
vcunat committed Sep 28, 2016
1 parent 5a75cbf commit 4cf7839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8777,6 +8777,7 @@ in
mesa_drivers = mesaDarwinOr (
let mo = mesa_noglu.override {
grsecEnabled = config.grsecurity or false;
wayland = wayland_1_9; # work-around for #16779
};
in mo.drivers
);
Expand Down

0 comments on commit 4cf7839

Please sign in to comment.