Skip to content

Commit 427ff28

Browse files
authored
Merge pull request #3761 from cmitu/map-update-1
helpers: handle deprecation of 'libfreetype6-dev'
2 parents a43e29c + 285e689 commit 427ff28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scriptmodules/helpers.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ function _mapPackage() {
280280
[[ "$own_sdl2" -eq 1 ]] && pkg="RP sdl2 $pkg"
281281
fi
282282
;;
283+
libfreetype6-dev)
284+
[[ "$__os_debian_ver" -gt 10 ]] || compareVersions "$__os_ubuntu_ver" gt 23.04 && pkg="libfreetype-dev"
285+
;;
283286
esac
284287
echo "$pkg"
285288
}

0 commit comments

Comments
 (0)