diff options
author | axtloss <axtlos@getcryst.al> | 2024-05-28 14:30:34 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-05-28 14:30:34 +0200 |
commit | ad8ba2db29c0f3abecb292b1059dad554bf7f3b5 (patch) | |
tree | 3557df5170762e58d86e97eb10825b9b5d7617ab /src/meson.build | |
parent | b666cb3b757b408c9515b4749c7e8a05971ec451 (diff) | |
download | autodarkmode-ad8ba2db29c0f3abecb292b1059dad554bf7f3b5.tar.gz autodarkmode-ad8ba2db29c0f3abecb292b1059dad554bf7f3b5.tar.bz2 |
add geoclue and glib date
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
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, |