From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-f46.google.com ([74.125.83.46]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UKAfX-0003PB-9V for ptxdist@pengutronix.de; Mon, 25 Mar 2013 17:54:47 +0100 Received: by mail-ee0-f46.google.com with SMTP id e49so3290203eek.5 for ; Mon, 25 Mar 2013 09:54:41 -0700 (PDT) From: Hubert Feurstein Date: Mon, 25 Mar 2013 17:54:18 +0100 Message-Id: <1364230459-30588-1-git-send-email-h.feurstein@gmail.com> Subject: [ptxdist] [PATCH 1/2] qt4: install bearer plugins only when network is selected 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 Signed-off-by: Hubert Feurstein --- rules/qt4.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/qt4.make b/rules/qt4.make index 95712a7..c1174f2 100644 --- a/rules/qt4.make +++ b/rules/qt4.make @@ -553,7 +553,7 @@ ifdef PTXCONF_QT4_BUILD_SVG /usr/plugins/iconengines/libqsvgicon.$(QT4_PLUGIN_EXT)) endif -ifndef PTXCONF_QT4_BUILD_NETWORK +ifdef PTXCONF_QT4_BUILD_NETWORK @$(call install_copy, qt4, 0, 0, 0644, -, \ /usr/plugins/bearer/libqgenericbearer.$(QT4_PLUGIN_EXT)) @$(call install_copy, qt4, 0, 0, 0644, -, \ -- 1.8.1.3 -- ptxdist mailing list ptxdist@pengutronix.de