Fix typo libopengl1 -> libopengl0

This commit is contained in:
Kovid Goyal 2022-07-15 07:35:09 +05:30
parent d413327e81
commit 8478773194
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -749,7 +749,7 @@ def check_for_libEGL():
return
except Exception:
pass
raise SystemExit('You are missing the system library libEGL.so.1. Try installing packages such as libegl1 and libopengl1')
raise SystemExit('You are missing the system library libEGL.so.1. Try installing packages such as libegl1 and libopengl0')
def check_glibc_version(min_required=(2, 31), release_date='2020-02-01'):

View File

@ -798,7 +798,7 @@ def check_for_libEGL():
return
except Exception:
pass
raise SystemExit('You are missing the system library libEGL.so.1. Try installing packages such as libegl1 and libopengl1')
raise SystemExit('You are missing the system library libEGL.so.1. Try installing packages such as libegl1 and libopengl0')
def check_glibc_version(min_required=(2, 31), release_date='2020-02-01'):