diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-20 22:56:45 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-20 22:56:45 -0500 |
commit | 81e6d9633da0ac96b919032e51f5ae48f77113db (patch) | |
tree | 800999f82661ac5ff2541202af85559f482ef809 | |
parent | 1b90575c67de3cf6459785cc18e3d661a826bece (diff) | |
download | ayatana-indicator-display-81e6d9633da0ac96b919032e51f5ae48f77113db.tar.gz ayatana-indicator-display-81e6d9633da0ac96b919032e51f5ae48f77113db.tar.bz2 ayatana-indicator-display-81e6d9633da0ac96b919032e51f5ae48f77113db.zip |
remove url-dispatcher dependency.
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e890ae..8a35d95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,6 @@ find_package (PkgConfig REQUIRED) include (FindPkgConfig) pkg_check_modules (SERVICE_DEPS REQUIRED - url-dispatcher-1 gio-unix-2.0>=2.36 glib-2.0>=2.36) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) diff --git a/debian/control b/debian/control index a972cc9..9c84ef5 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: cmake, # make g++ version explicit for ABI safety <https://wiki.ubuntu.com/cpp-11> g++-4.9, libglib2.0-dev (>= 2.36), - liburl-dispatcher1-deva libproperties-cpp-dev, # for coverage reports lcov, |