wlroots: 0.9.0 -> 0.10.0

Changelog: https://github.com/swaywm/wlroots/releases/tag/0.10.0
This commit is contained in:
Michael Weiss 2020-01-22 20:33:01 +01:00
parent ce6dd5eda2
commit 0c9428188c
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

@ -1,18 +1,18 @@
{ stdenv, fetchFromGitHub, meson, ninja, pkgconfig, fetchpatch
, wayland, libGL, wayland-protocols, libinput, libxkbcommon, pixman
, xcbutilwm, libX11, libcap, xcbutilimage, xcbutilerrors, mesa
, libpng, ffmpeg_4, freerdp
, libpng, ffmpeg_4
}:
stdenv.mkDerivation rec {
pname = "wlroots";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "swaywm";
repo = "wlroots";
rev = version;
sha256 = "0lh0m5wmr5a73zgqnnrrcnrywy7wjsrs839agiq9hf1yrgav3m8z";
sha256 = "0c0q1p9yss5kx4430ik3n89drqpmm2bvgl8fjlf6prac1a7xzqn8";
};
# $out for the library and $examples for the example programs (in examples):
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
buildInputs = [
wayland libGL wayland-protocols libinput libxkbcommon pixman
xcbutilwm libX11 libcap xcbutilimage xcbutilerrors mesa
libpng ffmpeg_4 freerdp
libpng ffmpeg_4
];
mesonFlags = [