labwc: unstable-2021-02-06 -> unstable-2021-03-15
Needed for wlroots 0.13.0 Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
This commit is contained in:
parent
91fad635f0
commit
f7aa41d98c
@ -8,7 +8,6 @@
|
|||||||
, glib
|
, glib
|
||||||
, libinput
|
, libinput
|
||||||
, libxml2
|
, libxml2
|
||||||
, pandoc
|
|
||||||
, pango
|
, pango
|
||||||
, wayland
|
, wayland
|
||||||
, wayland-protocols
|
, wayland-protocols
|
||||||
@ -16,20 +15,22 @@
|
|||||||
, libxcb
|
, libxcb
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, xwayland
|
, xwayland
|
||||||
|
, libdrm
|
||||||
|
, scdoc
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "labwc";
|
pname = "labwc";
|
||||||
version = "unstable-2021-02-06";
|
version = "unstable-2021-03-15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "johanmalm";
|
owner = "johanmalm";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "4a8fcf5c6d0b730b1e2e17e544ce7d7d3c72cd13";
|
rev = "fddeb74527e5b860d9c1a91a237d390041c758b6";
|
||||||
sha256 = "g1ba8dchUN393eis0VAu1bIjQfthDGLaSijSavz4lfU=";
|
sha256 = "0rhniv5j4bypqxxj0nbpa3hclmn8znal9rldv0mrgbizn3wsbs54";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config meson ninja pandoc ];
|
nativeBuildInputs = [ pkg-config meson ninja scdoc ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo
|
cairo
|
||||||
glib
|
glib
|
||||||
@ -42,6 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
libxcb
|
libxcb
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
xwayland
|
xwayland
|
||||||
|
libdrm
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [ "-Dxwayland=enabled" ];
|
mesonFlags = [ "-Dxwayland=enabled" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user