Skip to content

Commit

Permalink
init: debian - fix installation of deprecated libgl1-mesa-glx and lib…
Browse files Browse the repository at this point in the history
…egl1-mesa. Fixes #995 (#1005)

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 authored Nov 19, 2023
1 parent 433b36a commit 11c327d
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 @@ -566,8 +566,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 11c327d

Please sign in to comment.