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"
|
msg_error "$pkgname: wayland option requires gles and not opengl.\n"
|
||||||
fi
|
fi
|
||||||
configure_args+=" --enable-video-wayland --disable-wayland-shared"
|
configure_args+=" --enable-video-wayland --disable-wayland-shared"
|
||||||
makedepends+=" libxkbcommon-devel wayland-devel"
|
makedepends+=" libxkbcommon-devel wayland-devel wayland-protocols"
|
||||||
else
|
else
|
||||||
configure_args+=" --disable-video-wayland"
|
configure_args+=" --disable-video-wayland"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue