From 74b8522acb04f547cf291d33c237478a98f6e5d8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Jul 2014 01:07:29 -0500 Subject: in debian/control and CMake files, add libnotify --- CMakeLists.txt | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f80294..e9acbf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,6 +37,7 @@ pkg_check_modules(SERVICE_DEPS REQUIRED gio-2.0>=2.36 gio-unix-2.0>=2.36 gudev-1.0>=204 + libnotify>=0.7.6 url-dispatcher-1>=1) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) diff --git a/debian/control b/debian/control index e72d68f..68df8bc 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, autopoint, intltool, + libnotify-dev (>= 0.7.6), libgtest-dev, libglib2.0-dev (>= 2.36), libgudev-1.0-dev, -- cgit v1.2.3