diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-01-10 12:57:35 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-01-10 12:57:35 +0000 |
commit | e102f3b357c8ee39efde7406d7abfed5c0d16998 (patch) | |
tree | f5fd06da6f6a70574b058c14a921fe33c7b7ae46 /configure.ac | |
parent | 34cc781067306d2c3f78f1ffd92c8fff734257f2 (diff) | |
download | ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.tar.gz ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.tar.bz2 ayatana-indicator-sound-e102f3b357c8ee39efde7406d7abfed5c0d16998.zip |
porting in progress
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 62220a5..9a08077 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ INDICATE_REQUIRED_VERSION=0.4.1 DBUSMENUGLIB_REQUIRED_VERSION=0.3.9 GIO_2_0_REQUIRED_VERSION=2.25.13 -PKG_CHECK_MODULES(APPLET,gtk+-2.0 >= $GTK_REQUIRED_VERSION +PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION libido-0.1 >= $INDICATOR_DISPLAY_OBJECTS) |