aboutsummaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-05-28 14:30:34 +0200
committeraxtloss <axtlos@getcryst.al>2024-05-28 14:30:34 +0200
commitad8ba2db29c0f3abecb292b1059dad554bf7f3b5 (patch)
tree3557df5170762e58d86e97eb10825b9b5d7617ab /src/meson.build
parentb666cb3b757b408c9515b4749c7e8a05971ec451 (diff)
downloadautodarkmode-ad8ba2db29c0f3abecb292b1059dad554bf7f3b5.tar.gz
autodarkmode-ad8ba2db29c0f3abecb292b1059dad554bf7f3b5.tar.bz2
add geoclue and glib date
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 4848423..7668291 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -5,6 +5,7 @@ autodarkmode_sources = [
autodarkmode_deps = [
dependency('glib-2.0'),
+ dependency('libgeoclue-2.0'),
]
executable('autodarkmode', autodarkmode_sources,