From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ea0-x233.google.com ([2a00:1450:4013:c01::233]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1UKAfe-0003PP-O3 for ptxdist@pengutronix.de; Mon, 25 Mar 2013 17:54:55 +0100 Received: by mail-ea0-f179.google.com with SMTP id f15so2420648eak.38 for ; Mon, 25 Mar 2013 09:54:48 -0700 (PDT) From: Hubert Feurstein Date: Mon, 25 Mar 2013 17:54:19 +0100 Message-Id: <1364230459-30588-2-git-send-email-h.feurstein@gmail.com> In-Reply-To: <1364230459-30588-1-git-send-email-h.feurstein@gmail.com> References: <1364230459-30588-1-git-send-email-h.feurstein@gmail.com> Subject: [ptxdist] [PATCH 2/2] qt4: install libqnmbearer only when networkmanager 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, 2 insertions(+) diff --git a/rules/qt4.make b/rules/qt4.make index c1174f2..b5ae03a 100644 --- a/rules/qt4.make +++ b/rules/qt4.make @@ -556,9 +556,11 @@ endif ifdef PTXCONF_QT4_BUILD_NETWORK @$(call install_copy, qt4, 0, 0, 0644, -, \ /usr/plugins/bearer/libqgenericbearer.$(QT4_PLUGIN_EXT)) +ifdef PTXCONF_NETWORKMANAGER @$(call install_copy, qt4, 0, 0, 0644, -, \ /usr/plugins/bearer/libqnmbearer.$(QT4_PLUGIN_EXT)) endif +endif ifdef PTXCONF_QT4_BUILD_PHONON @$(call install_copy, qt4, 0, 0, 0644, -, \ /usr/plugins/phonon_backend/libphonon_gstreamer.$(QT4_PLUGIN_EXT)) -- 1.8.1.3 -- ptxdist mailing list ptxdist@pengutronix.de