diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-05-16 13:09:57 -0500 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 10:17:14 +0200 |
commit | 4a4663acffea728b2d147447de32703f42a774bf (patch) | |
tree | a0a82579c8ef6191b8b697eddae2c06de5ed9389 | |
parent | bcdc3cc3466c1e4802a4ec84e1d5d5aacc531cbf (diff) | |
download | ayatana-indicator-power-4a4663acffea728b2d147447de32703f42a774bf.tar.gz ayatana-indicator-power-4a4663acffea728b2d147447de32703f42a774bf.tar.bz2 ayatana-indicator-power-4a4663acffea728b2d147447de32703f42a774bf.zip |
since we're shopping audio out to org.freedesktop notifications, drop the gstreamer build dep
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 258a111..956c724 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,6 @@ pkg_check_modules(SERVICE_DEPS REQUIRED gio-2.0>=2.36 gio-unix-2.0>=2.36 libnotify>=0.7.6 - gstreamer-1.0>=1.2 libayatana-common>=0.9.1) include_directories (SYSTEM ${SERVICE_DEPS_INCLUDE_DIRS}) |