mirror of
https://github.com/swaywm/sway.git
synced 2026-04-07 08:21:29 -04:00
Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faedde4e77 | ||
|
|
4e673a3515 | ||
|
|
1e96e73767 | ||
|
|
3aa4c46c13 | ||
|
|
fa889d020b | ||
|
|
257a0a7548 | ||
|
|
9d77163d6e | ||
|
|
948d481cfa | ||
|
|
07e3c06741 | ||
|
|
1826c38ecd |
4 changed files with 6 additions and 6 deletions
|
|
@ -25,7 +25,7 @@ packages:
|
|||
- hwdata-dev
|
||||
sources:
|
||||
- https://github.com/swaywm/sway
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.20
|
||||
tasks:
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ packages:
|
|||
- hwdata
|
||||
sources:
|
||||
- https://github.com/swaywm/sway
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.20
|
||||
tasks:
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ packages:
|
|||
- misc/hwdata
|
||||
sources:
|
||||
- https://github.com/swaywm/sway
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots.git#0.20
|
||||
tasks:
|
||||
- setup: |
|
||||
cd sway
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
project(
|
||||
'sway',
|
||||
'c',
|
||||
version: '1.13-dev',
|
||||
version: '1.12-rc1',
|
||||
license: 'MIT',
|
||||
meson_version: '>=1.3',
|
||||
default_options: [
|
||||
|
|
@ -39,14 +39,14 @@ if is_freebsd
|
|||
endif
|
||||
|
||||
# Execute the wlroots subproject, if any
|
||||
wlroots_version = ['>=0.21.0', '<0.22.0']
|
||||
wlroots_version = ['>=0.20.0', '<0.21.0']
|
||||
subproject(
|
||||
'wlroots',
|
||||
default_options: ['examples=false'],
|
||||
required: false,
|
||||
version: wlroots_version,
|
||||
)
|
||||
wlroots = dependency('wlroots-0.21', version: wlroots_version, fallback: 'wlroots')
|
||||
wlroots = dependency('wlroots-0.20', version: wlroots_version, fallback: 'wlroots')
|
||||
wlroots_features = {
|
||||
'xwayland': false,
|
||||
'libinput_backend': false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue