Merge lp:~rodrigo-moya/libubuntuone/dont-depend-on-gconf into lp:libubuntuone

Proposed by Rodrigo Moya
Status: Merged
Approved by: dobey
Approved revision: 107
Merged at revision: 107
Proposed branch: lp:~rodrigo-moya/libubuntuone/dont-depend-on-gconf
Merge into: lp:libubuntuone
Diff against target: 11 lines (+1/-1)
1 file modified
configure.ac (+1/-1)
To merge this branch: bzr merge lp:~rodrigo-moya/libubuntuone/dont-depend-on-gconf
Reviewer Review Type Date Requested Status
dobey (community) Approve
Alejandro J. Cura (community) Approve
Review via email: mp+37865@code.launchpad.net

Commit message

Remove unneeded dependency on gconf

Description of the change

Remove unneeded dependency on gconf

To post a comment you must log in.
Revision history for this message
Alejandro J. Cura (alecu) :
review: Approve
Revision history for this message
Alejandro J. Cura (alecu) wrote :

LP is not showing anything on the diff, but the one line diff is in the branch, believe me.

Revision history for this message
dobey (dobey) wrote :

Yes I believe the branch is there. But a bug in LP is preventing a successful rescan of the branch. This means there's missing metadata and will cause problems.

Revision history for this message
dobey (dobey) :
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 2010-09-21 13:30:42 +0000
3+++ configure.ac 2010-10-08 17:09:44 +0000
4@@ -30,7 +30,7 @@
5 AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
6
7 dnl Look for needed modules
8-PKG_CHECK_MODULES(LIBUBUNTUONE, gdk-pixbuf-2.0 webkit-1.0 >= 1.1.15 gnome-keyring-1 dbus-glib-1 gconf-2.0 libxml-2.0 libsoup-gnome-2.4 libsyncdaemon-1.0 >= 1.4.2)
9+PKG_CHECK_MODULES(LIBUBUNTUONE, gdk-pixbuf-2.0 webkit-1.0 >= 1.1.15 gnome-keyring-1 dbus-glib-1 libxml-2.0 libsoup-gnome-2.4 libsyncdaemon-1.0 >= 1.4.2)
10 AC_SUBST(LIBUBUNTUONE_CFLAGS)
11 AC_SUBST(LIBUBUNTUONE_LIBS)
12

Subscribers

People subscribed via source and target branches