summary refs log tree commit diff
path: root/pkgs/development/libraries/cogl
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-11-10 01:07:37 +0100
committerLuca Bruno <lucabru@src.gnome.org>2014-11-10 01:07:38 +0100
commit4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc (patch)
tree3a9221fdc2379f680ddfe22282d78810c7b9063a /pkgs/development/libraries/cogl
parent2e380c0070c3e22d2f17ed91e82e29a4d9d9cfca (diff)
downloadnixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.tar
nixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.tar.gz
nixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.tar.bz2
nixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.tar.lz
nixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.tar.xz
nixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.tar.zst
nixpkgs-4d8afa2c4b6c3db94d562e2488a6f0e8fdc59adc.zip
cogl: remove wayland support, can't find wayland-egl.pc
Don't know how it could build before.
Diffstat (limited to 'pkgs/development/libraries/cogl')
-rw-r--r--pkgs/development/libraries/cogl/1.18.nix6
-rw-r--r--pkgs/development/libraries/cogl/default.nix6
2 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/development/libraries/cogl/1.18.nix b/pkgs/development/libraries/cogl/1.18.nix
index 7aad8ba1b43..f6927770d86 100644
--- a/pkgs/development/libraries/cogl/1.18.nix
+++ b/pkgs/development/libraries/cogl/1.18.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, mesa_noglu, glib, gdk_pixbuf, xorg, libintlOrEmpty
-, pangoSupport ? true, pango, cairo, gobjectIntrospection, wayland
+, pangoSupport ? true, pango, cairo, gobjectIntrospection
 , gstreamerSupport ? true, gst_all_1 }:
 
 let
@@ -21,13 +21,11 @@ stdenv.mkDerivation rec {
     "--enable-gles1"
     "--enable-gles2"
     "--enable-kms-egl-platform"
-    "--enable-wayland-egl-platform"
-    "--enable-wayland-egl-server"
   ] ++ stdenv.lib.optional gstreamerSupport "--enable-cogl-gst";
 
   propagatedBuildInputs = with xorg; [
       glib gdk_pixbuf gobjectIntrospection
-      mesa_noglu libXrandr libXfixes libXcomposite libXdamage wayland
+      mesa_noglu libXrandr libXfixes libXcomposite libXdamage
     ]
     ++ libintlOrEmpty
     ++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer
diff --git a/pkgs/development/libraries/cogl/default.nix b/pkgs/development/libraries/cogl/default.nix
index 0f1c1dd82e2..a4a20fce023 100644
--- a/pkgs/development/libraries/cogl/default.nix
+++ b/pkgs/development/libraries/cogl/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pkgconfig, mesa_noglu, glib, gdk_pixbuf, xorg, libintlOrEmpty
-, pangoSupport ? true, pango, cairo, gobjectIntrospection, wayland
+, pangoSupport ? true, pango, cairo, gobjectIntrospection
 , gstreamerSupport ? true, gst_all_1 }:
 
 let
@@ -21,13 +21,11 @@ stdenv.mkDerivation rec {
     "--enable-gles1"
     "--enable-gles2"
     "--enable-kms-egl-platform"
-    "--enable-wayland-egl-platform"
-    "--enable-wayland-egl-server"
   ] ++ stdenv.lib.optional gstreamerSupport "--enable-cogl-gst";
 
   propagatedBuildInputs = with xorg; [
       glib gdk_pixbuf gobjectIntrospection
-      mesa_noglu libXrandr libXfixes libXcomposite libXdamage wayland
+      mesa_noglu libXrandr libXfixes libXcomposite libXdamage
     ]
     ++ libintlOrEmpty
     ++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer