Skip to content

Commit

Permalink
v6.27
Browse files Browse the repository at this point in the history
+ DietPi-Software | Xserver: libegl1-mesa is pulled on Stretch as dependency anyway and installing libegl1 like this does not automatically pull required dependencies from backports: #3177
  • Loading branch information
MichaIng authored Oct 19, 2019
1 parent c73442a commit 8eae295
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -6030,12 +6030,8 @@ Mycroft AI requires at least 2 GiB memory on first start. We will now increase y

Banner_Installing

# Assure libegl1-mesa transitional dummy package is skipped (on Stretch via backports) to avoid conflicts with 3rd party repos: https://github.com/MichaIng/DietPi/issues/1794#issuecomment-539138684
local libegl1='libegl1'
(( $G_DISTRO == 4 )) && libegl1+='/stretch-backports'

# Xserver + generic Mesa OpenGL libraries and utilities
G_AGI $libegl1 xserver-xorg xinit xcompmgr xterm dbus-x11 xfonts-base x11-xserver-utils x11-utils libgl1-mesa-dri mesa-utils mesa-utils-extra
G_AGI xserver-xorg xinit xcompmgr xterm dbus-x11 xfonts-base x11-xserver-utils x11-utils libgl1-mesa-dri mesa-utils mesa-utils-extra

# Improve performance on all desktops and devices (eg: removes window lag in desktops) by limiting compositions
dps_index=$software_id Download_Install 'xcompmgr.desktop' /etc/xdg/autostart/xcompmgr.desktop
Expand Down

0 comments on commit 8eae295

Please sign in to comment.