From patchwork Mon Nov 7 23:24:23 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: noreply@launchpad.net X-Patchwork-Id: 81207 Delivered-To: patches@linaro.org Received: by 10.140.97.165 with SMTP id m34csp1266661qge; Mon, 7 Nov 2016 15:24:24 -0800 (PST) X-Received: by 10.202.71.76 with SMTP id u73mr5831982oia.25.1478561064808; Mon, 07 Nov 2016 15:24:24 -0800 (PST) Return-Path: Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id r39si6184225otb.159.2016.11.07.15.24.24 for (version=TLS1 cipher=AES128-SHA bits=128/128); Mon, 07 Nov 2016 15:24:24 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mailfrom=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.76 #1 (Debian)) id 1c3tH5-0001Fl-LT for ; Mon, 07 Nov 2016 23:24:23 +0000 Received: from ackee.canonical.com (unknown [IPv6:::1]) by ackee.canonical.com (Postfix) with ESMTP id 90E0CE011B for ; Mon, 7 Nov 2016 23:24:23 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Message-For: patches-linaro X-Launchpad-Notification-Type: branch-revision X-Launchpad-Branch: ~unity-team/nux/trunk X-Launchpad-Project: nux X-Launchpad-Branch-Revision-Number: 882 To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~unity-team/nux/trunk] Rev 882: Don't build-depend on libglew-dev. It should be sufficient to build against libglewmx-dev (LP: #1... Message-Id: <20161107232423.25056.53793.launchpad@ackee.canonical.com> Date: Mon, 07 Nov 2016 23:24:23 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="18246"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 6b259cf02d73be6d42e170a9379b1743ec038adc Merge authors: Jeremy Bicha (jbicha) Related merge proposals: https://code.launchpad.net/~jbicha/nux/dont-build-depend-on-libglew/+merge/310157 proposed by: Jeremy Bicha (jbicha) review: Approve - Marco Trevisan (TreviƱo) (3v1n0) ------------------------------------------------------------ revno: 882 [merge] author: Jeremy Bicha committer: Bileto Bot branch nick: nux timestamp: Mon 2016-11-07 01:32:59 +0000 message: Don't build-depend on libglew-dev. It should be sufficient to build against libglewmx-dev (LP: #1639622) modified: configure.ac debian/control -- lp:nux https://code.launchpad.net/~unity-team/nux/trunk You are subscribed to branch lp:nux. To unsubscribe from this branch go to https://code.launchpad.net/~unity-team/nux/trunk/+edit-subscription === modified file 'configure.ac' --- configure.ac 2015-09-16 04:26:40 +0000 +++ configure.ac 2016-11-07 01:24:23 +0000 @@ -115,7 +115,7 @@ PKG_PROG_PKG_CONFIG dnl =========================================================================== -GL_PKGS="gl glu glew glewmx xext x11" +GL_PKGS="gl glu glewmx xext x11" MAINTAINER_CFLAGS="" # X11 build === modified file 'debian/control' --- debian/control 2016-04-26 12:40:13 +0000 +++ debian/control 2016-11-07 01:24:23 +0000 @@ -15,7 +15,6 @@ google-mock (>= 1.6.0+svn437), libcairo2-dev (>= 1.9.14), libpng-dev, - libglew-dev [!armel !armhf], libglewmx-dev [!armel !armhf], libxxf86vm-dev, libgl1-mesa-dev (>= 7.9~git20100924-0ubuntu3) [!armhf !armel], @@ -77,7 +76,6 @@ libboost-dev, libcairo2-dev (>= 1.9.14), libpng-dev, - libglew-dev [!armel !armhf], libglewmx-dev [!armel !armhf], libgl1-mesa-dev [!armel !armhf], libglu1-mesa-dev [!armel !armhf],