repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
TaskStats: simplify margin formula
[xcsoar.git]
/
build
/
freetype.mk
blob
cf94318f920a485959152c8671983736fca27ff8
1
FREETYPE ?
=
n
2
3
ifeq
($(
FREETYPE
),
y
)
4
5
$(
eval
$(
call pkg-config-library
,
FREETYPE
,
freetype2
))
6
FREETYPE_CPPFLAGS
+= -
DUSE_FREETYPE
7
8
endif