1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:17:34 +00:00

Ports/ScummVM: Add freetype, libiconv, libjpeg and libpng to build deps

This commit is contained in:
Jelle Raaijmakers 2021-06-07 14:18:37 +02:00 committed by Andreas Kling
parent 4bf9f334d5
commit efae7b7748
2 changed files with 14 additions and 2 deletions

View file

@ -1,5 +1,5 @@
--- scummvm-2.2.0/configure 2020-09-13 23:05:37.000000000 +0200
+++ scummvm-2.2.0-patched/configure 2021-04-04 01:21:54.809774246 +0200
+++ scummvm-2.2.0-patched/configure 2021-06-07 14:15:33.369406722 +0200
@@ -3917,7 +3917,7 @@
amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | morphos | n64 | ps3 | psp2 | psp | riscos | wii)
_posix=no
@ -9,3 +9,12 @@
_posix=yes
;;
os2-emx*)
@@ -5073,6 +5073,8 @@
# Check for FreeType2 to be present
#
find_freetype() {
+ _freetype_found="true"
+ return
# Wrapper function which tries to find freetype
# either by calling freetype-config or by using
# pkg-config.