add wayland target and rename gnome target
It should be possible to build both Wayland (sans D-Bus) and GNOME versions simultaneously. Add a Wayland target, and, for consistency, rename the GNOME target.
This commit is contained in:
parent
379ac88a5a
commit
57c9d39293
3 changed files with 74 additions and 0 deletions
|
|
@ -24,3 +24,11 @@ zbus = { version = "4.4.0", default-features = false, features = ["tokio"] }
|
|||
|
||||
[build-dependencies]
|
||||
bindgen = "0.69.4"
|
||||
|
||||
[[bin]]
|
||||
name = "ufkbd-gnome"
|
||||
path = "src/ufkbd_gnome.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "ufkbd-wl"
|
||||
path = "src/ufkbd_wl.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue