Nux

Merge lp:~jbicha/nux/dont-build-depend-on-libglew into lp:nux

Proposed by Jeremy Bícha
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 882
Merged at revision: 882
Proposed branch: lp:~jbicha/nux/dont-build-depend-on-libglew
Merge into: lp:nux
Diff against target: 32 lines (+1/-3)
2 files modified
configure.ac (+1/-1)
debian/control (+0/-2)
To merge this branch: bzr merge lp:~jbicha/nux/dont-build-depend-on-libglew
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+310157@code.launchpad.net

Commit message

Don't build-depend on libglew-dev. It should be sufficient to build against libglewmx-dev

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2015-09-16 04:26:40 +0000
3+++ configure.ac 2016-11-07 01:26:40 +0000
4@@ -115,7 +115,7 @@
5 PKG_PROG_PKG_CONFIG
6
7 dnl ===========================================================================
8-GL_PKGS="gl glu glew glewmx xext x11"
9+GL_PKGS="gl glu glewmx xext x11"
10 MAINTAINER_CFLAGS=""
11
12 # X11 build
13
14=== modified file 'debian/control'
15--- debian/control 2016-04-26 12:40:13 +0000
16+++ debian/control 2016-11-07 01:26:40 +0000
17@@ -15,7 +15,6 @@
18 google-mock (>= 1.6.0+svn437),
19 libcairo2-dev (>= 1.9.14),
20 libpng-dev,
21- libglew-dev [!armel !armhf],
22 libglewmx-dev [!armel !armhf],
23 libxxf86vm-dev,
24 libgl1-mesa-dev (>= 7.9~git20100924-0ubuntu3) [!armhf !armel],
25@@ -77,7 +76,6 @@
26 libboost-dev,
27 libcairo2-dev (>= 1.9.14),
28 libpng-dev,
29- libglew-dev [!armel !armhf],
30 libglewmx-dev [!armel !armhf],
31 libgl1-mesa-dev [!armel !armhf],
32 libglu1-mesa-dev [!armel !armhf],

Subscribers

People subscribed via source and target branches