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:
parent
b34f194168
commit
dabfeb6dd8
Notes:
sideshowbarker
2024-07-18 20:49:05 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/dabfeb6dd80 Pull-request: https://github.com/SerenityOS/serenity/pull/6111
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue