weston: 7.0.0 -> 8.0.0 (#78464)
Announcement: https://lists.freedesktop.org/archives/wayland-devel/2020-January/041147.html
This commit is contained in:
parent
b070035382
commit
21ae4ae879
|
@ -10,11 +10,11 @@
|
||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "weston";
|
pname = "weston";
|
||||||
version = "7.0.0";
|
version = "8.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
|
url = "https://wayland.freedesktop.org/releases/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0r4sj11hq4brv3ryrgp2wmkkfz1h59vh9ih18igzjibagch6s2m0";
|
sha256 = "0j3q0af3595g4wcicldgy749zm2g2b6bswa6ya8k075a5sdv863m";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja pkgconfig ];
|
nativeBuildInputs = [ meson ninja pkgconfig ];
|
||||||
|
@ -32,7 +32,6 @@ stdenv.mkDerivation rec {
|
||||||
"-Dremoting=false" # TODO
|
"-Dremoting=false" # TODO
|
||||||
"-Dpipewire=${boolToString (pipewire != null)}"
|
"-Dpipewire=${boolToString (pipewire != null)}"
|
||||||
"-Dimage-webp=${boolToString (libwebp != null)}"
|
"-Dimage-webp=${boolToString (libwebp != null)}"
|
||||||
"-Dsimple-dmabuf-drm=" # Disables all drivers
|
|
||||||
"-Ddemo-clients=false"
|
"-Ddemo-clients=false"
|
||||||
"-Dsimple-clients="
|
"-Dsimple-clients="
|
||||||
"-Dtest-junit-xml=false"
|
"-Dtest-junit-xml=false"
|
||||||
|
@ -43,6 +42,8 @@ stdenv.mkDerivation rec {
|
||||||
"-Dxwayland-path=${xwayland.out}/bin/Xwayland"
|
"-Dxwayland-path=${xwayland.out}/bin/Xwayland"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.providedSessions = [ "weston" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Reference implementation of a Wayland compositor";
|
description = "Reference implementation of a Wayland compositor";
|
||||||
homepage = https://wayland.freedesktop.org/;
|
homepage = https://wayland.freedesktop.org/;
|
||||||
|
|
Loading…
Reference in New Issue