mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
commit
a8696b567e
2 changed files with 3 additions and 1 deletions
|
|
@ -78,6 +78,8 @@
|
||||||
**must** now be written as either `Control+C` or `Control+Shift+c`,
|
**must** now be written as either `Control+C` or `Control+Shift+c`,
|
||||||
the latter being the preferred
|
the latter being the preferred
|
||||||
variant. (https://codeberg.org/dnkl/foot/issues/376)
|
variant. (https://codeberg.org/dnkl/foot/issues/376)
|
||||||
|
* The minimum version requirement for the libxkbcommon dependency is
|
||||||
|
now 1.0.0.
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ pixman = dependency('pixman-1')
|
||||||
wayland_protocols = dependency('wayland-protocols')
|
wayland_protocols = dependency('wayland-protocols')
|
||||||
wayland_client = dependency('wayland-client')
|
wayland_client = dependency('wayland-client')
|
||||||
wayland_cursor = dependency('wayland-cursor')
|
wayland_cursor = dependency('wayland-cursor')
|
||||||
xkb = dependency('xkbcommon')
|
xkb = dependency('xkbcommon', version: '>=1.0.0')
|
||||||
fontconfig = dependency('fontconfig')
|
fontconfig = dependency('fontconfig')
|
||||||
|
|
||||||
tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist')
|
tllist = dependency('tllist', version: '>=1.0.4', fallback: 'tllist')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue