SDL2: fix wayland build option

This commit is contained in:
John 2019-03-20 03:36:56 +01:00
parent 27a6cd58c1
commit 5451b0c146
1 changed files with 1 additions and 1 deletions

View File

@ -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