From f3cf5352621a0fbf2c1e7f5c3f603fbac1a3b3f7 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 9 Aug 2023 14:45:34 +0200 Subject: Replace DBus-GLib with GDBus and drop libdus fixes https://github.com/AyatanaIndicators/libayatana-appindicator/issues/11 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'CMakeLists.txt') 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}) -- cgit v1.2.3