Ports: Add missing dependency 'freetype' for Epsilon
This commit is contained in:
parent
5d170810db
commit
6fa4eb7c8e
Notes:
sideshowbarker
2024-07-18 09:00:00 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/6fa4eb7c8ed Pull-request: https://github.com/SerenityOS/serenity/pull/8756 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 2 deletions
|
@ -4,8 +4,7 @@ version=15.5.0
|
|||
files="https://github.com/numworks/epsilon/archive/refs/tags/${version}.tar.gz ${port}-${version}.tar.gz 38c3b6baaf00863bbd179bce5e9cc42bbdbd0cd485b5bf3bbf4473383591bf83"
|
||||
auth_type=sha256
|
||||
makeopts="PLATFORM=simulator TARGET=serenity SERENITY_INSTALL_ROOT=${SERENITY_INSTALL_ROOT}"
|
||||
depends="SDL2 libpng libjpeg"
|
||||
|
||||
depends="SDL2 libpng libjpeg freetype"
|
||||
|
||||
install() {
|
||||
run cp output/release/simulator/serenity/epsilon.elf ${SERENITY_INSTALL_ROOT}/usr/local/bin/
|
||||
|
|
Loading…
Add table
Reference in a new issue