diff options
author | Robert Tari <robert@tari.in> | 2021-08-27 14:57:13 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 13:54:08 +0200 |
commit | b960661abb0f5ba8c047c57ee81898cc3569e442 (patch) | |
tree | ffeaeeb39167ec6ebf32f13ec83725b2d8b001b6 /CMakeLists.txt | |
parent | 781af2ce90d68b6034524f5bf2242b70792e2b9f (diff) | |
download | ayatana-indicator-sound-b960661abb0f5ba8c047c57ee81898cc3569e442.tar.gz ayatana-indicator-sound-b960661abb0f5ba8c047c57ee81898cc3569e442.tar.bz2 ayatana-indicator-sound-b960661abb0f5ba8c047c57ee81898cc3569e442.zip |
Drop lomiri-url-dispatcher
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 |