From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Robert Schwebel Date: Mon, 26 Jan 2015 23:13:06 +0100 Message-Id: <1422310392-18538-4-git-send-email-r.schwebel@pengutronix.de> In-Reply-To: <1422310392-18538-1-git-send-email-r.schwebel@pengutronix.de> References: <1422310392-18538-1-git-send-email-r.schwebel@pengutronix.de> Subject: [ptxdist] [PATCHv2 04/10] rrdtool: make graph functionality optional Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Robert Schwebel If we need only the rrd functionality of rrdtool and do graphing somewhere else, we don't need these dependencies. Signed-off-by: Robert Schwebel --- Changes since v1: * align dependencies in .in file rules/rrdtool.in | 16 +++++++++++----- rules/rrdtool.make | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/rules/rrdtool.in b/rules/rrdtool.in index 3ae66d7..eb0af56 100644 --- a/rules/rrdtool.in +++ b/rules/rrdtool.in @@ -3,11 +3,11 @@ menuconfig RRDTOOL tristate select GLIB - select CAIRO - select CAIRO_SVG - select CAIRO_PDF - select CAIRO_PS - select PANGO + select CAIRO if RRDTOOL_RRD_GRAPH + select CAIRO_SVG if RRDTOOL_RRD_GRAPH + select CAIRO_PDF if RRDTOOL_RRD_GRAPH + select CAIRO_PS if RRDTOOL_RRD_GRAPH + select PANGO if RRDTOOL_RRD_GRAPH select LIBXML2 select LIBXML2_SAX1 # for autotools only @@ -40,6 +40,12 @@ config RRDTOOL_RRDCGI purpose is to run as a cgi-program and parse a web page template containing special