mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
feat: Add dependency warning for openSUSE when dri_interface.h file is not found
This commit is contained in:
parent
9d255c7080
commit
6ddd9033d5
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
(LinuxDistro::Arch, "mesa".into()),
|
||||
(LinuxDistro::Debian, "mesa-common-dev".into()),
|
||||
(LinuxDistro::Fedora, "mesa-libGL-devel".into()),
|
||||
(LinuxDistro::Suse, "Mesa-dri-devel".into()),
|
||||
]),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue