mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
SDL2: fix wayland build option
This commit is contained in:
parent
27a6cd58c1
commit
5451b0c146
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue