Skip to content
Snippets Groups Projects
Commit 281c6315 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Fix static libraries detection for Mesa

One of the libraries is to be distributed with the software-gl
bundled into the release.

XCB library seems to be required, and seems we can not do much
about it.
parent eb406b70
Branches
Tags
No related merge requests found
......@@ -63,6 +63,10 @@ ALLOWED_LIBS = (
"libGL.so",
"libGLU.so",
# Library the software-GL is linking against and distributes with it.
'libglapi.so',
'libxcb.so',
# Own dependencies we don't link statically.
"libfreetype.so",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment