Merge pull request #7752 from orbea/typo

qb: Fix typo.
This commit is contained in:
Twinaphex 2018-12-16 05:39:52 +01:00 committed by GitHub
commit 94d5457106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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