Skip to content

Commit

Permalink
Add more OpenGL information
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Oct 16, 2024
1 parent b28ca05 commit a3cf048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/maintainer/knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,8 @@ requirements:
- libgl-devel # [linux]
```

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.

<a id="linking-numpy"></a>

<a id="building-against-numpy"></a>
Expand Down
2 changes: 2 additions & 0 deletions docs/maintainer/maintainer_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ requirements:
- libgl-devel # [linux]
```
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.

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.

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

0 comments on commit a3cf048

Please sign in to comment.