We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60701fd commit 84254c6Copy full SHA for 84254c6
livekit-rtc/pyproject.toml
@@ -22,4 +22,4 @@ manylinux-pypy_i686-image = "manylinux_2_28"
22
manylinux-pypy_aarch64-image = "manylinux_2_28"
23
24
[tool.cibuildwheel.linux]
25
-repair-wheel-command = "auditwheel repair --exclude libXrandr.so.2 --exclude libXfixes.so.3 --exclude libXdamage.so.1 --exclude libXcomposite.so.1 --exclude libXext.so.6 -w {dest_dir} {wheel}"
+before-build = "yum install -y libX11-devel libXrandr-devel libXext-devel libXfixes-devel libXdamage-devel libXcomposite-devel libXi-devel mesa-libGL-devel || apt install -y xorg-dev"
0 commit comments