ver: update to 0.5.2
This commit is contained in:
parent
f47f35c52c
commit
8125e08b12
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
# unless you intend to override function arguments later.
|
# unless you intend to override function arguments later.
|
||||||
}).overrideAttrs
|
}).overrideAttrs
|
||||||
(old: {
|
(old: {
|
||||||
version = "0.4.0-git";
|
version = "0.5.2-git";
|
||||||
src = pkgs.lib.cleanSource ./.;
|
src = pkgs.lib.cleanSource ./.;
|
||||||
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
|
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.cmake ];
|
||||||
# Add wlroots_0_19 here
|
# Add wlroots_0_19 here
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'sway',
|
'sway',
|
||||||
'c',
|
'c',
|
||||||
version: '0.5.1',
|
version: '0.5.2',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=1.3',
|
meson_version: '>=1.3',
|
||||||
default_options: [
|
default_options: [
|
||||||
|
@ -44,7 +44,7 @@ subproject(
|
||||||
'scenefx',
|
'scenefx',
|
||||||
required: false,
|
required: false,
|
||||||
)
|
)
|
||||||
scenefx = dependency('scenefx-0.3', fallback: 'scenefx')
|
scenefx = dependency('scenefx-0.4', fallback: 'scenefx')
|
||||||
|
|
||||||
# Execute the wlroots subproject, if any
|
# Execute the wlroots subproject, if any
|
||||||
wlroots_version = ['>=0.19.0', '<0.20.0']
|
wlroots_version = ['>=0.19.0', '<0.20.0']
|
||||||
|
|
Loading…
Add table
Reference in a new issue