mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 03:24:52 +00:00
fix: sdl dependency needs headers as well
This commit is contained in:
parent
1155c234d5
commit
67534ca106
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ fn monado_deps() -> Vec<Dependency> {
|
|||
filename: "libSDL2.so".into(),
|
||||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "sdl2".into()),
|
||||
(LinuxDistro::Debian, "libsdl2".into()),
|
||||
(LinuxDistro::Fedora, "SDL2".into()),
|
||||
(LinuxDistro::Debian, "libsdl2-dev".into()),
|
||||
(LinuxDistro::Fedora, "SDL2-devel".into()),
|
||||
]),
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue