SDL2: fix cross build with -o wayland
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
eaa3099a63
commit
1412599cec
|
@ -90,6 +90,9 @@ if [ "$build_option_wayland" ]; then
|
|||
fi
|
||||
configure_args+=" --enable-video-wayland --disable-wayland-shared"
|
||||
makedepends+=" libxkbcommon-devel wayland-devel wayland-protocols"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" wayland-devel"
|
||||
fi
|
||||
else
|
||||
configure_args+=" --disable-video-wayland"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue