kms: Fix remaining hot-plugging issue

This commit is contained in:
Victoria Brekenfeld 2022-08-11 17:13:56 +02:00
parent f7a04024ba
commit 6fd29784d2
4 changed files with 33 additions and 30 deletions

View file

@ -59,4 +59,7 @@ inherits = "release"
debug = true
[profile.release]
lto = "fat"
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/Smithay//smithay", rev = "4b927c32df" }