From e0c634cd76886024887b248f91f629f572e8b11e Mon Sep 17 00:00:00 2001 From: orbea Date: Sat, 15 Dec 2018 19:01:36 -0800 Subject: [PATCH] qb: Fix typo. --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 9542d643ab..8f66b08ff1 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -477,7 +477,7 @@ if [ "$HAVE_WAYLAND_PROTOS" = yes ] && [ "$HAVE_WAYLAND" = yes ]; then check_pkgconf WAYLAND_SCANNER wayland-scanner 1.15 ./gfx/common/wayland/generate_wayland_protos.sh else - die : 'Notice: wayland-egl or wayland-protocols not present. Skiping Wayland code paths.' + die : 'Notice: wayland-egl or wayland-protocols not found, disabling wayland support.' HAVE_WAYLAND='no' fi