diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 14:32:43 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-28 14:32:43 +0200 |
commit | 56999400b299163de42075c6ffb1835764d1e674 (patch) | |
tree | 35ec157e181ed34d319bdac73c4407b743ea0bf2 /src/CMakeLists.txt | |
parent | 3e827b80bd301e0795d7d91b918c622fd3e00915 (diff) | |
parent | 5849ff3dd12b5198b5923b368fa7b7db1ecd4341 (diff) | |
download | ayatana-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 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index cb2e717..8770323 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -6,11 +6,6 @@ set(HEADER_PATH "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth-service set(SYMBOLS_PATH "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth-service.def") set(VAPI_PATH "${CMAKE_CURRENT_BINARY_DIR}/ayatana-indicator-bluetooth-service.vapi") -if(URLDISPATCHER_FOUND) - set (VALA_DEFINE_URLDISPATCHER "--define=HAS_URLDISPATCHER") - set (VALA_PKG_URLDISPATCHER "lomiri-url-dispatcher") -endif() - vala_init(ayatana-indicator-bluetooth-service DEPENDS PACKAGES @@ -25,7 +20,6 @@ vala_init(ayatana-indicator-bluetooth-service --target-glib=${GLIB_2_0_REQUIRED_VERSION} --vapidir=${CMAKE_SOURCE_DIR}/vapi/ --vapidir=. - ${VALA_DEFINE_URLDISPATCHER} ) vala_add(ayatana-indicator-bluetooth-service @@ -136,7 +130,6 @@ add_library( target_link_libraries( ayatana-indicator-bluetooth-service-lib ${BLUETOOTHSERVICE_LIBRARIES} - ${URLDISPATCHER_LIBRARIES} -lm ) |