From a69822cb2b8ccece5f0bf3f7951fd2f5bce45cec Mon Sep 17 00:00:00 2001 From: Marcos Marado Date: Wed, 22 Oct 2014 14:19:34 +0100 Subject: [PATCH] Force colorsheme to SVG, since darkblue doesn't exist on X11 Change-Id: I1b9e13dd4ca63ba27a49a55d95130bdceb187669 --- core/tasks/product-graph.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tasks/product-graph.mk b/core/tasks/product-graph.mk index fcec27775..aa9875814 100644 --- a/core/tasks/product-graph.mk +++ b/core/tasks/product-graph.mk @@ -61,7 +61,7 @@ define emit-product-node-props $(hide) echo \"$(1)\" [ \ label=\"$(dir $(1))\\n$(notdir $(1))\\n\\n$(subst $(close_parenthesis),,$(subst $(open_parethesis),,$(PRODUCTS.$(strip $(1)).PRODUCT_MODEL)))\\n$(PRODUCTS.$(strip $(1)).PRODUCT_DEVICE)\" \ $(if $(filter $(1),$(PRIVATE_PRODUCTS_FILTER)), style=\"filled\" fillcolor=\"#FFFDB0\",) \ -fontcolor=\"darkblue\" href=\"products/$(1).html\" \ +colorscheme=\"svg\" fontcolor=\"darkblue\" href=\"products/$(1).html\" \ ] >> $(2) endef -- 2.11.0