diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 14:04:32 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 14:04:32 +0200 |
commit | f7be18ba834d166e5b958c503b16956bde3575d1 (patch) | |
tree | 0e6584eb7776360cfbf63f6b0fd428d1d40c6d6c /CMakeLists.txt | |
parent | 781af2ce90d68b6034524f5bf2242b70792e2b9f (diff) | |
parent | 21885242ab198f79151556329ffaae02b4cbb999 (diff) | |
download | ayatana-indicator-sound-f7be18ba834d166e5b958c503b16956bde3575d1.tar.gz ayatana-indicator-sound-f7be18ba834d166e5b958c503b16956bde3575d1.tar.bz2 ayatana-indicator-sound-f7be18ba834d166e5b958c503b16956bde3575d1.zip |
Merge branch 'tari01-pr/drop-lomiri-url-dispatcher'
Attributes GH PR #33: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/33
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e83d738..67aa92d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,14 +49,6 @@ pkg_check_modules( ) include_directories(${PULSEAUDIO_INCLUDE_DIRS}) -set(URL_DISPATCHER_REQUIRED_VERSION 0) - -pkg_check_modules( - URLDISPATCHER - lomiri-url-dispatcher>=${URL_DISPATCHER_REQUIRED_VERSION} -) -include_directories(${URLDISPATCHER_INCLUDE_DIRS}) - pkg_check_modules( SOUNDSERVICE REQUIRED gee-0.8 |