From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.tricorecenter.de ([217.6.246.34] helo=root.phytec.de) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SEi5p-0002cQ-7G for ptxdist@pengutronix.de; Mon, 02 Apr 2012 16:18:51 +0200 Received: from idefix.phytec.de (idefix.phytec.de [172.16.0.10]) by root.phytec.de (Postfix) with ESMTP id 491CFBF08C for ; Mon, 2 Apr 2012 16:18:11 +0200 (CEST) From: Christian Hemp Date: Mon, 2 Apr 2012 16:18:46 +0200 Message-Id: <1333376326-11025-1-git-send-email-c.hemp@phytec.de> Subject: [ptxdist] [PATCH] qt4: Set correct define for QT4_BUILD_SVG 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: Christian Hemp With QT4_BUILD_SVG enabled, libqsvg.so was not installed into the rootfs. Added PTXCONF prefix. Signed-off-by: Christian Hemp --- rules/qt4.make | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rules/qt4.make b/rules/qt4.make index 97725b6..5e8b9e9 100644 --- a/rules/qt4.make +++ b/rules/qt4.make @@ -359,7 +359,7 @@ QT4_IMAGEFORMATS-$(PTXCONF_QT4_MNG_NONE) += mng QT4_IMAGEFORMATS-$(PTXCONF_QT4_TIFF_NONE) += tiff endif QT4_IMAGEFORMATS-$(PTXCONF_QT4_ICO_NONE) += ico -ifdef QT4_BUILD_SVG +ifdef PTXCONF_QT4_BUILD_SVG QT4_IMAGEFORMATS- += svg endif -- 1.7.0.4 -- ptxdist mailing list ptxdist@pengutronix.de