SDL2: fix wayland build option
This commit is contained in:
parent
27a6cd58c1
commit
5451b0c146
|
@ -87,7 +87,7 @@ if [ "$build_option_wayland" ]; then
|
|||
msg_error "$pkgname: wayland option requires gles and not opengl.\n"
|
||||
fi
|
||||
configure_args+=" --enable-video-wayland --disable-wayland-shared"
|
||||
makedepends+=" libxkbcommon-devel wayland-devel"
|
||||
makedepends+=" libxkbcommon-devel wayland-devel wayland-protocols"
|
||||
else
|
||||
configure_args+=" --disable-video-wayland"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue