feat: Add dependency warning for openSUSE when dri_interface.h file is not found

This commit is contained in:
RiQuY 2024-06-25 04:00:55 +02:00
parent 9d255c7080
commit 6ddd9033d5

View file

@ -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()),
]),
},
]