lol

cogl: cleanup

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