Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b22fb commit 11678e5Copy full SHA for 11678e5
scriptmodules/helpers.sh
@@ -122,7 +122,7 @@ function getDepends() {
122
packages+=("$required")
123
continue
124
fi
125
- if [[ "$required" == "libsdl2-dev" ]] && ! hasPackage libsdl2-dev $(get_ver_sdl2); then
+ if ! isPlatform "x11" && [[ "$required" == "libsdl2-dev" ]] && ! hasPackage libsdl2-dev $(get_ver_sdl2); then
126
127
128
0 commit comments