diff options
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | src/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16ef27f..a9d5a70 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ include_directories(${PULSEAUDIO_INCLUDE_DIRS}) pkg_check_modules( SOUNDSERVICE REQUIRED - gee-1.0 + gee-0.8 gio-2.0>=${GIO_2_0_REQUIRED_VERSION} gio-unix-2.0 gthread-2.0 diff --git a/debian/control b/debian/control index e65a858..270bb2a 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Build-Depends: debhelper (>= 9.0), libpulse-dev (>= 1:4.0-0ubuntu21), libpulse-mainloop-glib0 (>= 0.9.18), libnotify-dev, - libgee-dev, + libgee-0.8-dev, libxml2-dev, pulseaudio, python3-dbusmock, diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 57bf539..ff03859 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -21,7 +21,7 @@ vala_init(indicator-sound-service accounts-service PACKAGES config - gee-1.0 + gee-0.8 gio-2.0 gio-unix-2.0 libxml-2.0 |