Skip to content

Commit

Permalink
v6.27
Browse files Browse the repository at this point in the history
+ DietPi-Software | Amiberry: WIP
  • Loading branch information
MichaIng authored Dec 2, 2019
1 parent ac3718f commit 824c9a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dietpi/dietpi-software
Original file line number Diff line number Diff line change
Expand Up @@ -3746,12 +3746,12 @@ _EOF_
Banner_Installing

# Pre-reqs
DEPS_LIST='libmpg123-0 libxml2 mpeg2dec libmpeg2-4'
DEPS_LIST='libmpg123-0 libxml2'

# For Stretch, SDL2 was compiled with X11 + libsndio support and dependency
if (( $G_DISTRO < 5 )); then

DEPS_LIST+=' libsndio6.1'
DEPS_LIST+=' mpeg2dec libsndio6.1' # libmpeg2-4

# ARMv6
if (( $G_HW_ARCH == 1 )); then
Expand All @@ -3776,7 +3776,7 @@ _EOF_
else

# Libraries
DEPS_LIST+=' libpng16-16 libfreetype6'
DEPS_LIST+=' libxml2 libfreetype6 libflac8 libmpeg2-4' # libpng16-16

# GPU drivers
# - RPi
Expand Down

0 comments on commit 824c9a1

Please sign in to comment.