aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-08-10 08:32:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-08-10 08:32:35 +0200
commit3b69c237d620907701c4bef2c0296fd78ba04d77 (patch)
treed9a3fbbb1c526ec717b2e45f261b5a165ee3e585 /CMakeLists.txt
parent92010355e93cbf844c7828297615ca57a1f84e31 (diff)
parentd6cdc24f310ce43f6f900cd929dfc57a4d7267bd (diff)
downloadlibayatana-appindicator-3b69c237d620907701c4bef2c0296fd78ba04d77.tar.gz
libayatana-appindicator-3b69c237d620907701c4bef2c0296fd78ba04d77.tar.bz2
libayatana-appindicator-3b69c237d620907701c4bef2c0296fd78ba04d77.zip
Merge branch 'tari01-pr/drop-dbus-glib'
Attributes GH PR #67: https://github.com/AyatanaIndicators/libayatana-appindicator/pull/67
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6fd080d..cd30268 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,10 +66,6 @@ elseif (FLAVOUR_GTK2)
)
endif()
-if(ENABLE_TESTS)
- set(DEPS ${DEPS} dbus-1>=1.12 dbus-glib-1>=0.82)
-endif()
-
include(GNUInstallDirs)
find_package(PkgConfig REQUIRED)
pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS})