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
Android/BluetoothServerPort: add missing "@Override" annotations
[xcsoar.git]
/
build
/
libpng.mk
blob
54b65d28af9f32c1e97f71c0aa6096082d8a2308
1
LIBPNG ?
=
n
2
3
ifeq
($(
LIBPNG
),
y
)
4
5
$(
eval
$(
call pkg-config-library
,
LIBPNG
,
libpng
))
6
LIBPNG_CPPFLAGS
+= -
DUSE_LIBPNG
7
8
endif