We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22daa6a commit b96fed4Copy full SHA for b96fed4
1 file changed
README.md
@@ -45,7 +45,7 @@ If you encounter an error that looks like this,
45
> Failed expression: pimpl->eglDpy != EGL_NO_DISPLAY
46
47
then you must install the EGL implementation suitable for your rendering hardware (e.g., `sudo apt install libegl1`
48
-which is a meta package that will automatically choose the right package, or `libegl-mesa0` for software rendering).
+installs a meta package that automatically chooses the right implementation, or `libegl-mesa0` for software rendering).
49
50
---
51
## 4. Build instructions
0 commit comments