Update Smithay

For the `drm` protocol, we can't construct an `ImportNotifier`, since
that is specifically based around `ZwpLinuxBufferParamsv1`. So we need a
new method for importing with that protocol.

This could be improved, but should match current behavior.
This commit is contained in:
Ian Douglas Scott 2023-11-22 13:27:12 -08:00 committed by Victoria Brekenfeld
parent 2ffb8068b8
commit 41a69cfc9f
7 changed files with 282 additions and 306 deletions

View file

@ -32,7 +32,7 @@ xkbcommon = "0.7"
indexmap = "2.0"
xdg = "^2.1"
ron = "0.8"
libsystemd = { version = "0.6", optional = true }
libsystemd = { version = "0.7", optional = true }
wayland-backend = "0.3.2"
wayland-scanner = "0.31.0"
cosmic-comp-config = { path = "cosmic-comp-config" }
@ -88,4 +88,4 @@ debug = true
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "d5b352b" }
smithay = { git = "https://github.com/smithay//smithay", rev = "bb2aacd" }