diff options
author | Ted Gould <ted@gould.cx> | 2010-03-12 21:52:22 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-12 21:52:22 -0600 |
commit | 7810d87175072ed195fdde952d140f23150ac342 (patch) | |
tree | 2a0a8cb267673c9dd8ed91fc43e8ee6ea9178958 | |
parent | eaf244dd1022818c3780b138497c79ff51bf0a54 (diff) | |
download | ayatana-indicator-session-7810d87175072ed195fdde952d140f23150ac342.tar.gz ayatana-indicator-session-7810d87175072ed195fdde952d140f23150ac342.tar.bz2 ayatana-indicator-session-7810d87175072ed195fdde952d140f23150ac342.zip |
Adding in gio-unix for desktop file reading
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f79fa93..7d11d49 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,7 @@ AC_SUBST(APPLET_LIBS) DBUSMENUGLIB_REQUIRED_VERSION=0.1.1 PKG_CHECK_MODULES(SESSIONSERVICE, dbusmenu-glib >= $DBUSMENUGLIB_REQUIRED_VERSION + gio-unix-2.0 indicator >= $INDICATOR_REQUIRED_VERSION) AC_SUBST(SESSIONERVICE_CFLAGS) |