mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
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
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
Add a link
Reference in a new issue