Skip to content

Commit a3cf048

Browse files
authored
Add more OpenGL information
1 parent b28ca05 commit a3cf048

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/maintainer/knowledge_base.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,8 @@ requirements:
737737
- libgl-devel # [linux]
738738
```
739739

740+
Other OpenGL API variants such as `libegl-devel`, `libgles-devel`, `libglx-devel`, and `libopengl-devel` are also available, and will automatically add non-development `run_exports` dependencies.
741+
740742
<a id="linking-numpy"></a>
741743

742744
<a id="building-against-numpy"></a>

docs/maintainer/maintainer_faq.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ requirements:
139139
- libgl-devel # [linux]
140140
```
141141
142+
Other OpenGL API variants such as `libegl-devel`, `libgles-devel`, `libglx-devel`, and `libopengl-devel` are also available, and will automatically add non-development `run_exports` dependencies.
143+
142144
If you are seeing this error after installing a package locally, then you are missing an [OpenGL](https://en.wikipedia.org/wiki/OpenGL) provider in your system dependencies. This is more likely to happen in headless systems with no graphics (servers, Docker images, etc). To fix it, you must install a provider like [Mesa](https://www.mesa3d.org/) with your system package manager.
143145

144146
<a id="mfaq-qt-load-xcb"></a>

0 commit comments

Comments
 (0)