mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-06 07:15:41 -04:00
Replaced the deprecated wlr-data-control-untstable-v1 with the standard ext-data-control
This commit is contained in:
parent
b0cd86a99e
commit
c75ac6d731
2 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ endif
|
|||
libevdev = dependency('libevdev')
|
||||
libinput = dependency('libinput', version: '>=1.21.0', required: false)
|
||||
libxml2 = dependency('libxml-2.0')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.37')
|
||||
wayland_protos = dependency('wayland-protocols', version: '>=1.39')
|
||||
wayland_server = dependency('wayland-server', version: '>=1.15')
|
||||
wlroots = dependency(wlroots_version, version: '>=0.17.0')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue