Merge lp:~ken-vandine/evolution-indicator/indicate-0.5 into lp:evolution-indicator

Proposed by Ken VanDine
Status: Merged
Merged at revision: 74
Proposed branch: lp:~ken-vandine/evolution-indicator/indicate-0.5
Merge into: lp:evolution-indicator
Diff against target: 19 lines (+2/-2)
1 file modified
configure.ac (+2/-2)
To merge this branch: bzr merge lp:~ken-vandine/evolution-indicator/indicate-0.5
Reviewer Review Type Date Requested Status
Conor Curran (community) Approve
Review via email: mp+46311@code.launchpad.net

Description of the change

Change pkgconfig check for indicate to indicate-0.5 and require 0.4.91

To post a comment you must log in.
Revision history for this message
Conor Curran (cjcurran) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'configure.ac'
--- configure.ac 2010-11-23 13:48:04 +0000
+++ configure.ac 2011-01-14 19:17:44 +0000
@@ -1,5 +1,5 @@
1AC_PREREQ(2.53)1AC_PREREQ(2.53)
2AC_INIT(evolution-indicator, 0.2.12, [])2AC_INIT(evolution-indicator, 0.2.13, [])
3AM_INIT_AUTOMAKE()3AM_INIT_AUTOMAKE()
4m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])4m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
5AC_CONFIG_SRCDIR(src/evolution-indicator.c)5AC_CONFIG_SRCDIR(src/evolution-indicator.c)
@@ -59,7 +59,7 @@
59AC_SUBST(GCC_FLAGS)59AC_SUBST(GCC_FLAGS)
6060
61PKG_CHECK_MODULES(DEPS,61PKG_CHECK_MODULES(DEPS,
62 indicate >= 0.3.062 indicate-0.5 >= 0.4.91
63 evolution-plugin63 evolution-plugin
64 dbus-164 dbus-1
65 dbus-glib-165 dbus-glib-1

Subscribers

People subscribed via source and target branches