forgot freetype2
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@626 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
7ee95874bf
commit
874adff217
2 changed files with 4 additions and 5 deletions
8
configure
vendored
8
configure
vendored
|
|
@ -77,14 +77,14 @@ if $feat_stb_image; then
|
||||||
FLAGS="$FLAGS -Duse_stb_image"
|
FLAGS="$FLAGS -Duse_stb_image"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if $feat_stb_image; then
|
|
||||||
FLAGS="$FLAGS -Duse_stb_image"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if $feat_stb_truetype; then
|
if $feat_stb_truetype; then
|
||||||
FLAGS="$FLAGS -Duse_stb_truetype"
|
FLAGS="$FLAGS -Duse_stb_truetype"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if $feat_freetype2; then
|
||||||
|
FLAGS="$FLAGS -Duse_freetype2"
|
||||||
|
fi
|
||||||
|
|
||||||
if $feat_opengl; then
|
if $feat_opengl; then
|
||||||
FLAGS="$FLAGS -Dbuild_opengl"
|
FLAGS="$FLAGS -Dbuild_opengl"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ add_cflag([-Iexternal/libpng/include])dnl
|
||||||
])dnl
|
])dnl
|
||||||
dnl
|
dnl
|
||||||
ifdef([use_stb_truetype],[add_cflag([-DUSE_STB_TRUETYPE])])dnl
|
ifdef([use_stb_truetype],[add_cflag([-DUSE_STB_TRUETYPE])])dnl
|
||||||
dnl
|
|
||||||
ifdef([use_freetype2],[add_cflag([-DUSE_FREETYPE2])dnl
|
ifdef([use_freetype2],[add_cflag([-DUSE_FREETYPE2])dnl
|
||||||
ifdef([cross_build],[],[add_cflag(esyscmd([pkg-config --cflags freetype2 | xargs printf '%s ']))dnl
|
ifdef([cross_build],[],[add_cflag(esyscmd([pkg-config --cflags freetype2 | xargs printf '%s ']))dnl
|
||||||
add_lib(esyscmd([pkg-config --libs freetype2 | xargs printf '%s ']))dnl
|
add_lib(esyscmd([pkg-config --libs freetype2 | xargs printf '%s ']))dnl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue