Use cairo to read PNG files

This commit is contained in:
Manuel Reimer
2014-10-28 19:38:11 +01:00
parent 943c899288
commit 8bf7b33c1d
3 changed files with 43 additions and 46 deletions

View File

@@ -55,6 +55,9 @@ else ifeq ($(IMAGELIB), graphicsmagick)
LIBS += $(shell pkg-config --libs GraphicsMagick++)
endif
INCLUDES += $(shell pkg-config --cflags cairo-png)
LIBS += $(shell pkg-config --libs cairo-png)
LIBS += $(shell xml2-config --libs)
### The object files: