diff options
author | Ted Gould <ted@gould.cx> | 2013-08-29 16:26:41 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-08-29 16:26:41 -0500 |
commit | 0f4852ebe00b8381d0c6ffbb4509873f4282ff15 (patch) | |
tree | 2d3c38209198911631f1fcb01573a2dd2ec6b94f /configure.ac | |
parent | 4b27302d7f9d0bb000090e16e1a2f04f8316eb84 (diff) | |
download | ayatana-indicator-power-0f4852ebe00b8381d0c6ffbb4509873f4282ff15.tar.gz ayatana-indicator-power-0f4852ebe00b8381d0c6ffbb4509873f4282ff15.tar.bz2 ayatana-indicator-power-0f4852ebe00b8381d0c6ffbb4509873f4282ff15.zip |
Adding build items on url dispatcher
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba39dec..ca7e793 100644 --- a/configure.ac +++ b/configure.ac @@ -40,7 +40,8 @@ GUDEV_REQUIRED_VERSION=204 PKG_CHECK_MODULES([SERVICE_DEPS],[glib-2.0 >= $GLIB_REQUIRED_VERSION gio-2.0 >= $GIO_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION - gudev-1.0 >= $GUDEV_REQUIRED_VERSION]) + gudev-1.0 >= $GUDEV_REQUIRED_VERSION + url-dispatcher-1]) ########################### # GSETTINGS |