From 5451b0c146b21dbe4cc02ccb7c534ecde0c8ca7a Mon Sep 17 00:00:00 2001 From: John Date: Wed, 20 Mar 2019 03:36:56 +0100 Subject: [PATCH] SDL2: fix wayland build option --- srcpkgs/SDL2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 2f870404ce1..bbbf295c51d 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -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