mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix typo libopengl1 -> libopengl0
This commit is contained in:
parent
d413327e81
commit
8478773194
@ -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'):
|
||||
|
@ -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'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user