Nux

Merge lp:~didrocks/nux/fix-711945 into lp:nux

Proposed by Didier Roche-Tolomelli
Status: Merged
Merged at revision: 206
Proposed branch: lp:~didrocks/nux/fix-711945
Merge into: lp:nux
Diff against target: 20 lines (+1/-2)
1 file modified
configure.ac (+1/-2)
To merge this branch: bzr merge lp:~didrocks/nux/fix-711945
Reviewer Review Type Date Requested Status
Jay Taoko (community) Approve
Review via email: mp+48516@code.launchpad.net

Description of the change

nux doesn't need anymore to incude glu now that glew fix has been uploaded (LP: #711945)

To post a comment you must log in.
Revision history for this message
Jay Taoko (jaytaoko) wrote :

Approved

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 2011-02-02 15:07:16 +0000
3+++ configure.ac 2011-02-03 17:26:01 +0000
4@@ -137,7 +137,6 @@
5 glib-2.0 >= 2.25.14
6 gdk-pixbuf-2.0
7 gl
8- glu
9 glew
10 glewmx
11 xxf86vm
12@@ -244,7 +243,7 @@
13 AM_CONDITIONAL(BUILD_EXAMPLES, [test "x$enable_examples" = "xyes"])
14 AM_COND_IF([BUILD_EXAMPLES],
15 [
16- PKG_CHECK_MODULES(NUX_EXAMPLES, x11 glu)
17+ PKG_CHECK_MODULES(NUX_EXAMPLES, x11)
18 AC_SUBST(NUX_EXAMPLES_CFLAGS)
19 AC_SUBST(NUX_EXAMPLES_LIBS)
20 ],

Subscribers

People subscribed via source and target branches