mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
cogl: cleanup
This commit is contained in:
parent
6b93450a5c
commit
bc0889b9e2
@ -59,14 +59,13 @@ stdenv.mkDerivation rec {
|
||||
"--enable-kms-egl-platform"
|
||||
"--enable-wayland-egl-platform"
|
||||
"--enable-wayland-egl-server"
|
||||
] ++ lib.optionals gstreamerSupport [
|
||||
"--enable-cogl-gst"
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
"--enable-gles1"
|
||||
"--enable-gles2"
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
"--disable-glx"
|
||||
"--without-x"
|
||||
] ++ lib.optionals gstreamerSupport [
|
||||
"--enable-cogl-gst"
|
||||
];
|
||||
|
||||
# TODO: this shouldn't propagate so many things
|
||||
|
Loading…
Reference in New Issue
Block a user