mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
Exclude GLVND from built distributions
This commit is contained in:
parent
23150bd6d6
commit
1fb8480585
1
direct/src/dist/commands.py
vendored
1
direct/src/dist/commands.py
vendored
@ -278,6 +278,7 @@ class build_apps(setuptools.Command):
|
|||||||
'libgl.so.*', 'libx11.so.*', 'libncursesw.so.*', 'libz.so.*',
|
'libgl.so.*', 'libx11.so.*', 'libncursesw.so.*', 'libz.so.*',
|
||||||
'librt.so.*', 'libutil.so.*', 'libnsl.so.1', 'libXext.so.6',
|
'librt.so.*', 'libutil.so.*', 'libnsl.so.1', 'libXext.so.6',
|
||||||
'libXrender.so.1', 'libICE.so.6', 'libSM.so.6', 'libEGL.so.1',
|
'libXrender.so.1', 'libICE.so.6', 'libSM.so.6', 'libEGL.so.1',
|
||||||
|
'libOpenGL.so.0', 'libGLdispatch.so.0', 'libGLX.so.0',
|
||||||
'libgobject-2.0.so.0', 'libgthread-2.0.so.0', 'libglib-2.0.so.0',
|
'libgobject-2.0.so.0', 'libgthread-2.0.so.0', 'libglib-2.0.so.0',
|
||||||
|
|
||||||
# macOS
|
# macOS
|
||||||
|
@ -103,7 +103,7 @@ MANYLINUX_LIBS = [
|
|||||||
# These are not mentioned in manylinux1 spec but should nonetheless always
|
# These are not mentioned in manylinux1 spec but should nonetheless always
|
||||||
# be excluded.
|
# be excluded.
|
||||||
"linux-vdso.so.1", "linux-gate.so.1", "ld-linux.so.2", "libdrm.so.2",
|
"linux-vdso.so.1", "linux-gate.so.1", "ld-linux.so.2", "libdrm.so.2",
|
||||||
"libEGL.so.1",
|
"libEGL.so.1", "libOpenGL.so.0", "libGLX.so.0", "libGLdispatch.so.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Binaries to never scan for dependencies on non-Windows systems.
|
# Binaries to never scan for dependencies on non-Windows systems.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user