summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2014-10-28 19:38:11 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2014-10-28 19:38:11 +0100
commit8bf7b33c1dd3e131af1826e64a1bc51d1b0ac29e (patch)
tree1209f2fd03e8e21f2056df19b5d09acb61843afd /Makefile
parent943c899288181988013dca3558a2382937f36f3f (diff)
downloadvdr-plugin-skindesigner-8bf7b33c1dd3e131af1826e64a1bc51d1b0ac29e.tar.gz
vdr-plugin-skindesigner-8bf7b33c1dd3e131af1826e64a1bc51d1b0ac29e.tar.bz2
Use cairo to read PNG files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2160ae6..7b2b7d8 100644
--- a/Makefile
+++ b/Makefile
@@ -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: