diff options
author | Manuel Reimer <manuel.reimer@gmx.de> | 2014-10-28 19:38:11 +0100 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2014-10-28 19:38:11 +0100 |
commit | 8bf7b33c1dd3e131af1826e64a1bc51d1b0ac29e (patch) | |
tree | 1209f2fd03e8e21f2056df19b5d09acb61843afd /Makefile | |
parent | 943c899288181988013dca3558a2382937f36f3f (diff) | |
download | vdr-plugin-skindesigner-8bf7b33c1dd3e131af1826e64a1bc51d1b0ac29e.tar.gz vdr-plugin-skindesigner-8bf7b33c1dd3e131af1826e64a1bc51d1b0ac29e.tar.bz2 |
Use cairo to read PNG files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |