mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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
Reference in a new issue