diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:21:00 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-11 10:21:00 -0500 |
commit | e49d9d7a50ceed482551c8197434ea01ab56e62c (patch) | |
tree | 8e399a797f3d922a542a1538b9e9c1dcb455ac94 /configure.ac | |
parent | c963e37be35b53d6f9da68a92b2bb9f1d42a788d (diff) | |
download | ayatana-indicator-sound-e49d9d7a50ceed482551c8197434ea01ab56e62c.tar.gz ayatana-indicator-sound-e49d9d7a50ceed482551c8197434ea01ab56e62c.tar.bz2 ayatana-indicator-sound-e49d9d7a50ceed482551c8197434ea01ab56e62c.zip |
ported to libnotify >= 0.7
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d42f574..7788c58 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ PULSE_AUDIO_REQUIRED_VERSION=0.9.19 INDICATOR_DISPLAY_OBJECTS=0.1.11 DBUSMENUGLIB_REQUIRED_VERSION=0.3.9 GIO_2_0_REQUIRED_VERSION=2.25.13 -LIBNOTIFY_REQUIRED_VERSION=0.5.0 +LIBNOTIFY_REQUIRED_VERSION=0.7.0 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION |