cogl: cleanup

+2 -3
+2 -3
pkgs/development/libraries/cogl/default.nix
··· 59 59 "--enable-kms-egl-platform" 60 60 "--enable-wayland-egl-platform" 61 61 "--enable-wayland-egl-server" 62 - ] ++ lib.optionals gstreamerSupport [ 63 - "--enable-cogl-gst" 64 - ] ++ lib.optionals (!stdenv.isDarwin) [ 65 62 "--enable-gles1" 66 63 "--enable-gles2" 67 64 ] ++ lib.optionals stdenv.isDarwin [ 68 65 "--disable-glx" 69 66 "--without-x" 67 + ] ++ lib.optionals gstreamerSupport [ 68 + "--enable-cogl-gst" 70 69 ]; 71 70 72 71 # TODO: this shouldn't propagate so many things