Merge pull request #103145 from primeos/wlroots
wlroots: 0.11.0 -> 0.12.0
This commit is contained in:
commit
420daef820
@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace meson.build --replace "v1.5" "1.5"
|
substituteInPlace meson.build \
|
||||||
|
--replace "v1.5" "1.5" \
|
||||||
|
--replace "wlroots_version = ['>=0.11.0', '<0.12.0']" "wlroots_version = ['>=0.11.0', '<0.13.0']"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "wlroots";
|
pname = "wlroots";
|
||||||
version = "0.11.0";
|
version = "0.12.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "swaywm";
|
owner = "swaywm";
|
||||||
repo = "wlroots";
|
repo = "wlroots";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "08d5d52m8wy3imfc6mdxpx8swhh2k4s1gmfaykg02j59z84awc6p";
|
sha256 = "01j38lmgs2c6fq68v8b75pkilia2wsgzgp46ivfbi9hhx47kgcfn";
|
||||||
};
|
};
|
||||||
|
|
||||||
# $out for the library and $examples for the example programs (in examples):
|
# $out for the library and $examples for the example programs (in examples):
|
||||||
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
libpng ffmpeg
|
libpng ffmpeg
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [ "-Dlogind-provider=systemd" ];
|
mesonFlags = [ "-Dlogind-provider=systemd" "-Dlibseat=disabled" ];
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
# Install ALL example programs to $examples:
|
# Install ALL example programs to $examples:
|
||||||
|
Loading…
Reference in New Issue
Block a user