Android/BluetoothServerPort: add missing "@Override" annotations
[xcsoar.git] / build / libpng.mk
blob54b65d28af9f32c1e97f71c0aa6096082d8a2308
1 LIBPNG ?= n
3 ifeq ($(LIBPNG),y)
5 $(eval $(call pkg-config-library,LIBPNG,libpng))
6 LIBPNG_CPPFLAGS += -DUSE_LIBPNG
8 endif