diff options
-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, |