mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
cogl: remove wayland support, can't find wayland-egl.pc
Don't know how it could build before.
This commit is contained in:
parent
2e380c0070
commit
4d8afa2c4b
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, mesa_noglu, glib, gdk_pixbuf, xorg, libintlOrEmpty
|
{ 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 }:
|
, gstreamerSupport ? true, gst_all_1 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -21,13 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-gles1"
|
"--enable-gles1"
|
||||||
"--enable-gles2"
|
"--enable-gles2"
|
||||||
"--enable-kms-egl-platform"
|
"--enable-kms-egl-platform"
|
||||||
"--enable-wayland-egl-platform"
|
|
||||||
"--enable-wayland-egl-server"
|
|
||||||
] ++ stdenv.lib.optional gstreamerSupport "--enable-cogl-gst";
|
] ++ stdenv.lib.optional gstreamerSupport "--enable-cogl-gst";
|
||||||
|
|
||||||
propagatedBuildInputs = with xorg; [
|
propagatedBuildInputs = with xorg; [
|
||||||
glib gdk_pixbuf gobjectIntrospection
|
glib gdk_pixbuf gobjectIntrospection
|
||||||
mesa_noglu libXrandr libXfixes libXcomposite libXdamage wayland
|
mesa_noglu libXrandr libXfixes libXcomposite libXdamage
|
||||||
]
|
]
|
||||||
++ libintlOrEmpty
|
++ libintlOrEmpty
|
||||||
++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer
|
++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, mesa_noglu, glib, gdk_pixbuf, xorg, libintlOrEmpty
|
{ 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 }:
|
, gstreamerSupport ? true, gst_all_1 }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -21,13 +21,11 @@ stdenv.mkDerivation rec {
|
|||||||
"--enable-gles1"
|
"--enable-gles1"
|
||||||
"--enable-gles2"
|
"--enable-gles2"
|
||||||
"--enable-kms-egl-platform"
|
"--enable-kms-egl-platform"
|
||||||
"--enable-wayland-egl-platform"
|
|
||||||
"--enable-wayland-egl-server"
|
|
||||||
] ++ stdenv.lib.optional gstreamerSupport "--enable-cogl-gst";
|
] ++ stdenv.lib.optional gstreamerSupport "--enable-cogl-gst";
|
||||||
|
|
||||||
propagatedBuildInputs = with xorg; [
|
propagatedBuildInputs = with xorg; [
|
||||||
glib gdk_pixbuf gobjectIntrospection
|
glib gdk_pixbuf gobjectIntrospection
|
||||||
mesa_noglu libXrandr libXfixes libXcomposite libXdamage wayland
|
mesa_noglu libXrandr libXfixes libXcomposite libXdamage
|
||||||
]
|
]
|
||||||
++ libintlOrEmpty
|
++ libintlOrEmpty
|
||||||
++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer
|
++ stdenv.lib.optionals gstreamerSupport [ gst_all_1.gstreamer
|
||||||
|
Loading…
Reference in New Issue
Block a user