mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
tools: invert-svg needs glib and GIO dependencies.
This commit is contained in:
parent
ad0a98848e
commit
0652cd016b
1 changed files with 2 additions and 2 deletions
|
@ -48,9 +48,9 @@ test_clipboard_LDADD = $(GTK_LIBS)
|
||||||
|
|
||||||
invert_svg_SOURCES = invert-svg.c
|
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
|
compute_svg_viewbox_SOURCES = compute-svg-viewbox.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue