diff mbox

[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
State New
Headers show

Commit Message

noreply@launchpad.net Nov. 7, 2016, 11:24 p.m. UTC
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 <jbicha@ubuntu.com>
committer: Bileto Bot <ci-train-bot@canonical.com>
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
diff mbox

Patch

=== 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],