mesa_drivers: work around #16779
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.
This commit is contained in:
parent
ff5cf3abff
commit
7a003eb9d5
@ -8314,6 +8314,7 @@ in
|
|||||||
mesa_drivers = mesaDarwinOr (
|
mesa_drivers = mesaDarwinOr (
|
||||||
let mo = mesa_noglu.override {
|
let mo = mesa_noglu.override {
|
||||||
grsecEnabled = config.grsecurity or false;
|
grsecEnabled = config.grsecurity or false;
|
||||||
|
wayland = wayland_1_9; # work-around for #16779
|
||||||
};
|
};
|
||||||
in mo.drivers
|
in mo.drivers
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user