Current month calendar in clock tooltip.

This commit is contained in:
Skirmantas Kligys
2020-01-31 08:54:41 -08:00
parent e9b0365327
commit 8e05aab4d9
5 changed files with 103 additions and 12 deletions

View File

@ -67,6 +67,7 @@ gtk_layer_shell = dependency('gtk-layer-shell-0',
fallback : ['gtk-layer-shell', 'gtk_layer_shell_dep'])
systemd = dependency('systemd', required: get_option('systemd'))
tz_dep = dependency('date', default_options : [ 'use_system_tzdb=true' ], fallback: [ 'date', 'tz_dep' ])
utfcpp = dependency('utfcpp', fallback: [ 'utfcpp', 'utfcpp_dep' ])
prefix = get_option('prefix')
conf_data = configuration_data()
@ -168,7 +169,8 @@ executable(
libudev,
libmpdclient,
gtk_layer_shell,
tz_dep
tz_dep,
utfcpp
],
include_directories: [include_directories('include')],
install: true,