gtk3: use libGL instead of mesa
This commit is contained in:
parent
4bff6d04e4
commit
cd65dfa14c
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
, tracker
|
||||
, x11Support ? stdenv.isLinux
|
||||
, waylandSupport ? stdenv.isLinux
|
||||
, mesa
|
||||
, libGL
|
||||
, wayland
|
||||
, wayland-protocols
|
||||
, xineramaSupport ? stdenv.isLinux
|
||||
|
@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
|
|||
# explicitly propagated, always needed
|
||||
Cocoa
|
||||
] ++ lib.optionals waylandSupport [
|
||||
mesa
|
||||
libGL
|
||||
wayland
|
||||
wayland-protocols
|
||||
] ++ lib.optionals xineramaSupport [
|
||||
|
|
Loading…
Reference in a new issue