mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Current month calendar in clock tooltip.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user