vanadium: disable fcitx5 wayland support

This commit is contained in:
Primrose 2025-05-25 23:54:46 +02:00
parent 2c873e2ad7
commit b7a6f9f296
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -26,5 +26,6 @@ in
fcitx5.__output.cmakeFlags.__append = [
(lib.cmakeFeature "ENABLE_EMOJI" "Off")
(lib.cmakeFeature "ENABLE_WAYLAND" "Off")
];
})