From patchwork Thu Aug 6 10:06:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Corjon X-Patchwork-Id: 504627 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id AF41A1401F0 for ; Thu, 6 Aug 2015 20:06:20 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C96752C278; Thu, 6 Aug 2015 10:06:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EvQ09mulyF0U; Thu, 6 Aug 2015 10:06:18 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4C585339BC; Thu, 6 Aug 2015 10:06:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 801071C2176 for ; Thu, 6 Aug 2015 10:06:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7CB1C2E121 for ; Thu, 6 Aug 2015 10:06:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eWM9W4Yhm1gI for ; Thu, 6 Aug 2015 10:06:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by silver.osuosl.org (Postfix) with ESMTPS id 6F53C2C278 for ; Thu, 6 Aug 2015 10:06:15 +0000 (UTC) Received: by wicgj17 with SMTP id gj17so15689956wic.1 for ; Thu, 06 Aug 2015 03:06:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id; bh=qq+M2aLcufEbIC7jzz7DLbVViJxV804LIVt2Rd+dsWc=; b=i37e+q545m6ZrJM4+1aU9Puxa1HZyu2PsSY1J9iTooDLhlh/CE5cvv69HUIxi0jCsf e7X16mJ2vHBRyawLSOM6a+TvBuP4ma0qb6lgiEo8AaKhpvXKkZlG90XAdBIJ6kKICCOw lHaDhgb07JbnzBCyCT21Xy/tqtAKNdcIOon29iQoriTd2OFCwRwlGGH++3D/VO/Ci3wQ k9WvBlYlPnRwFbQHXJp2mh7O5EPWZ1exeNCRfh9L6OJt+dNT1AUB0EuZS0W0ESQ2SxL1 GKA8+NUwlkQBqLtZfjM+NS7IOKwafQT7oJs7oVbB8JhNosD3mQ12xqFwVAxz6qUlyApo QXjQ== X-Received: by 10.180.104.8 with SMTP id ga8mr4849276wib.5.1438855574063; Thu, 06 Aug 2015 03:06:14 -0700 (PDT) Received: from mic341-linux.sinters-int.fr (AAubervilliers-654-1-180-147.w82-121.abo.wanadoo.fr. [82.121.140.147]) by smtp.gmail.com with ESMTPSA id v8sm8658270wjr.15.2015.08.06.03.06.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 06 Aug 2015 03:06:13 -0700 (PDT) From: Julien Corjon To: buildroot@buildroot.org Date: Thu, 6 Aug 2015 12:06:14 +0200 Message-Id: <1438855575-4767-1-git-send-email-corjon.j@ecagroup.com> X-Mailer: git-send-email 2.1.0 Cc: ECA SINTERS software Subject: [Buildroot] [PATCH 1/2] qt/qt5base: force gstreamer on configure X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: http://autobuild.buildroot.net/results/0ee0f879e8563954c64b3940cdec39d2e6de937a/ Signed-off-by: Julien Corjon --- package/qt5/qt5base/qt5base.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package/qt5/qt5base/qt5base.mk b/package/qt5/qt5base/qt5base.mk index 753b069..f04545b 100644 --- a/package/qt5/qt5base/qt5base.mk +++ b/package/qt5/qt5base/qt5base.mk @@ -152,6 +152,16 @@ QT5BASE_DEPENDENCIES += $(if $(BR2_PACKAGE_LIBGLIB2),libglib2) QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_ICU),-icu,-no-icu) QT5BASE_DEPENDENCIES += $(if $(BR2_PACKAGE_QT5BASE_ICU),icu) +ifeq ($(BR2_PACKAGE_GSTREAMER),y) +QT5BASE_CONFIGURE_OPTS += -gstreamer 0.10 +QT5BASE_DEPENDENCIES += gstreamer +else ifeq ($(BR2_PACKAGE_GSTREAMER1),y) +QT5BASE_CONFIGURE_OPTS += -gstreamer 1.0 +QT5BASE_DEPENDENCIES += gstreamer1 +else +QT5BASE_CONFIGURE_OPTS += -no-gstreamer +endif + QT5BASE_CONFIGURE_OPTS += $(if $(BR2_PACKAGE_QT5BASE_EXAMPLES),-make,-nomake) examples # Build the list of libraries to be installed on the target