[gimp] tools: invert-svg needs glib and GIO dependencies.



commit 0652cd016b59911aea36fdd995a2c6ebbf34b70c
Author: Jehan <jehan girinstud io>
Date:   Mon Aug 15 15:06:35 2016 +0200

    tools: invert-svg needs glib and GIO dependencies.

 tools/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 0e7c550..78dadb5 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -48,9 +48,9 @@ test_clipboard_LDADD = $(GTK_LIBS)
 
 invert_svg_SOURCES = invert-svg.c
 
-invert_svg_CFLAGS = $(SVG_CFLAGS)
+invert_svg_CFLAGS = $(SVG_CFLAGS) $(GLIB_CFLAGS) $(GIO_CFLAGS)
 
-invert_svg_LDADD = $(SVG_LIBS)
+invert_svg_LDADD = $(SVG_LIBS) $(GLIB_LIBS) $(GIO_LIBS)
 
 
 compute_svg_viewbox_SOURCES = compute-svg-viewbox.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]