mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: use correct wayland-protocols package name for open suse
This commit is contained in:
parent
18e5670d90
commit
eda2105566
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Debian, "wayland-protocols".into()),
|
||||
(LinuxDistro::Fedora, "wayland-protocols".into()),
|
||||
(LinuxDistro::Gentoo, "dev-libs/wayland-protocols".into()),
|
||||
(LinuxDistro::Suse, "wayland-protocols".into()),
|
||||
(LinuxDistro::Suse, "wayland-protocols-devel".into()),
|
||||
]),
|
||||
},
|
||||
Dependency {
|
||||
|
|
Loading…
Add table
Reference in a new issue