aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 14:32:43 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-28 14:32:43 +0200
commit56999400b299163de42075c6ffb1835764d1e674 (patch)
tree35ec157e181ed34d319bdac73c4407b743ea0bf2 /CMakeLists.txt
parent3e827b80bd301e0795d7d91b918c622fd3e00915 (diff)
parent5849ff3dd12b5198b5923b368fa7b7db1ecd4341 (diff)
downloadayatana-indicator-bluetooth-56999400b299163de42075c6ffb1835764d1e674.tar.gz
ayatana-indicator-bluetooth-56999400b299163de42075c6ffb1835764d1e674.tar.bz2
ayatana-indicator-bluetooth-56999400b299163de42075c6ffb1835764d1e674.zip
Merge branch 'tari01-pr/drop-lomiri-url-dispatcher'
Attributes GH PR #29: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/29/
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b526a5..66012c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,16 +51,7 @@ pkg_check_modules(
include_directories(${BLUETOOTHSERVICE_INCLUDE_DIRS})
-set(URL_DISPATCHER_REQUIRED_VERSION 0)
-
-pkg_check_modules(
- URLDISPATCHER
- lomiri-url-dispatcher>=${URL_DISPATCHER_REQUIRED_VERSION}
-)
-include_directories(${URLDISPATCHER_INCLUDE_DIRS})
-
find_package(Vala 0.20)
-
find_package(GObjectIntrospection 0.9.12)
include_directories(${SOURCE_DIR})