Package: steam Version: 1.0.0.59-4 Tags: patch libgl1-mesa-glx is a dummy package which itself depends on libgl1 and libglx-mesa0.
After checking every binary file in ~/.steam, it seems that none of them depends on the libraries provided by libglx-mesa0 (libGLX_mesa.so.0, libGLX_indirect.so.0), but some of them depend on libGL.so.1, provided by libgl1. Hence, it's probably safe to replace the dependency on libgl1-mesa-glx with libgl1. Here is a (very small) patch to fix that. It would be very nice if this fix made it to Buster. Regards, -- Raphaël Halimi
Index: steam-1.0.0.59/debian/control =================================================================== --- steam-1.0.0.59.orig/debian/control +++ steam-1.0.0.59/debian/control @@ -25,7 +25,7 @@ Pre-Depends: Depends: libgl1-mesa-dri, libgl1-mesa-dri (>= 17.3) | libtxc-dxtn0, - libgl1-mesa-glx, + libgl1, libgpg-error0 (>= 1.10), libudev1, libxcb-dri3-0 (>= 1.11.1),
signature.asc
Description: OpenPGP digital signature

