[gimp] tools: compute-svg-viewbox is not to be built for the time being.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] tools: compute-svg-viewbox is not to be built for the time being.
- Date: Sun, 12 Jun 2016 12:11:39 +0000 (UTC)
commit 8159aa04a959cb6f899f6f628b394adfc3856a08
Author: Jehan <jehan girinstud io>
Date: Sun Jun 12 14:05:57 2016 +0200
tools: compute-svg-viewbox is not to be built for the time being.
librsvg has too many bugs and is not reliable for vectorial icon
extraction. I keep the code around for when it changes, but right now,
it is dead code.
tools/Makefile.am | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
---
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 4505e4b..2cf4b50 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -2,12 +2,6 @@
libgimpbase = $(top_builddir)/libgimpbase/libgimpbase-$(GIMP_API_VERSION).la
-if ENABLE_VECTOR_ICONS
-svg_icon_tools = compute-svg-viewbox
-else
-svg_icon_tools =
-endif
-
if WITH_PDBGEN
D_pdbgen = pdbgen
else
@@ -30,7 +24,7 @@ bin_PROGRAMS = gimptool-2.0
endif
-noinst_PROGRAMS = test-clipboard $(svg_icon_tools)
+noinst_PROGRAMS = test-clipboard
EXTRA_PROGRAMS = \
kernelgen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]