Renderer, ...: use PixelRect::GetCenter()
[xcsoar.git] / build / libpng.mk
blob262cc85c8ff411817e74c8e8f46c59db6ab8a786
1 LIBPNG ?= n
3 ifeq ($(LIBPNG),y)
5 $(eval $(call pkg-config-library,LIBPNG,libpng))
7 endif