Ports: Set freetype2 include path for SDL2_ttf

It tried to use some headers from my host machine and failed to build.
This commit is contained in:
Linus Groh 2021-04-04 13:10:53 +02:00 committed by Andreas Kling
parent b34f194168
commit dabfeb6dd8

View file

@ -9,5 +9,6 @@ configure() {
run ./configure \
--host="${SERENITY_ARCH}-pc-serenity" \
--with-sdl-prefix="${SERENITY_BUILD_DIR}/Root/usr" \
FT2_CFLAGS="-I${SERENITY_BUILD_DIR}/Root/usr/local/include/freetype2" \
LIBS="-lgui -lgfx -lipc -lcore -lcompress"
}