Skip to content

Commit

Permalink
init: debian: fix installation of deprecated libgl1-mesa-glx and libe…
Browse files Browse the repository at this point in the history
…gl1-mesa. Fixes 89luca89#995

Since at least Debian Buster (2019), libgl1-mesa-glx and libegl1-mesa are transitional
packages for libgl1+libglx-mesa0 and libegl1 respectively.

In Debian Trixie, the transitional packages have been removed. Install
the actual packages directly.

Signed-off-by: Eugenio Paolantonio (g7) <[email protected]>
  • Loading branch information
g7 committed Oct 3, 2023
1 parent 9309e1e commit 3e0f254
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions distrobox-init
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,9 @@ if [ "${upgrade}" -ne 0 ] ||
xauth
xz-utils
zip
libegl1-mesa
libgl1-mesa-glx
libgl1
libegl1
libglx-mesa0
libvulkan1
mesa-vulkan-drivers
"
Expand Down

0 comments on commit 3e0f254

Please sign in to comment.