mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:27:35 +00:00
Ports/ScummVM: Add freetype, libiconv, libjpeg and libpng to build deps
This commit is contained in:
parent
4bf9f334d5
commit
efae7b7748
2 changed files with 14 additions and 2 deletions
|
@ -4,7 +4,7 @@ useconfigure="true"
|
|||
version="2.2.0"
|
||||
files="https://downloads.scummvm.org/frs/scummvm/${version}/scummvm-${version}.tar.gz scummvm-${version}.tar.gz 6ec5bd63b73861c10ca9869f27a74989a9ad6013bad30a1ef70de6ec146c2cb5"
|
||||
auth_type=sha256
|
||||
depends="libtheora SDL2"
|
||||
depends="freetype libiconv libjpeg libpng libtheora SDL2"
|
||||
configopts="
|
||||
--enable-c++11
|
||||
--enable-release-mode
|
||||
|
@ -16,6 +16,9 @@ launcher_name=ScummVM
|
|||
launcher_category=Games
|
||||
launcher_command=/usr/local/bin/scummvm
|
||||
|
||||
export FREETYPE2_CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/freetype2"
|
||||
export FREETYPE2_LIBS="-lfreetype"
|
||||
|
||||
post_install() {
|
||||
if command -v convert >/dev/null; then
|
||||
run convert "icons/scummvm.ico[0]" app-32x32.png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue