cogl: cleanup
This commit is contained in:
parent
6b93450a5c
commit
bc0889b9e2
1 changed files with 2 additions and 3 deletions
|
@ -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 a new issue