gtk3: use libGL instead of mesa
This commit is contained in:
parent
4bff6d04e4
commit
cd65dfa14c
|
@ -36,7 +36,7 @@
|
||||||
, tracker
|
, tracker
|
||||||
, x11Support ? stdenv.isLinux
|
, x11Support ? stdenv.isLinux
|
||||||
, waylandSupport ? stdenv.isLinux
|
, waylandSupport ? stdenv.isLinux
|
||||||
, mesa
|
, libGL
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
, xineramaSupport ? stdenv.isLinux
|
, xineramaSupport ? stdenv.isLinux
|
||||||
|
@ -143,7 +143,7 @@ stdenv.mkDerivation rec {
|
||||||
# explicitly propagated, always needed
|
# explicitly propagated, always needed
|
||||||
Cocoa
|
Cocoa
|
||||||
] ++ lib.optionals waylandSupport [
|
] ++ lib.optionals waylandSupport [
|
||||||
mesa
|
libGL
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
] ++ lib.optionals xineramaSupport [
|
] ++ lib.optionals xineramaSupport [
|
||||||
|
|
Loading…
Reference in New Issue