summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-04-19 10:14:53 +0200
committerEugen Wissner <belka@caraus.de>2024-04-19 10:14:53 +0200
commit33819d2eb9b09bde8b72027adb5476eae68e1c74 (patch)
treeb492650ee83504215b85b618884f1670b5ea2209 /CMakeLists.txt
parent75fd7cf0ccb3682eb634c4a717e4c987b750f44f (diff)
downloadslack-timedate-33819d2eb9b09bde8b72027adb5476eae68e1c74.tar.gz
Remove deprecated g_type_init
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cf19ec..304a366 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS 1)
set(CMAKE_CXX_STANDARD 17)
find_package(PkgConfig)
-pkg_check_modules(GDBUS REQUIRED gio-2.0 dbus-1)
+pkg_check_modules(GDBUS REQUIRED gio-2.0 dbus-1 glibmm-2.4)
find_program(SED sed)
add_custom_command(OUTPUT ${PROJECT_BINARY_DIR}/org.freedesktop.timedate1.service