Merge pull request #7 from Alexays/master

Merge latest changes from upstream
This commit is contained in:
Marc Radau
2020-01-23 17:30:33 +01:00
committed by GitHub
6 changed files with 66 additions and 8 deletions

View File

@ -66,6 +66,7 @@ gtk_layer_shell = dependency('gtk-layer-shell-0',
required: get_option('gtk-layer-shell'),
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' ])
prefix = get_option('prefix')
conf_data = configuration_data()
@ -168,7 +169,8 @@ executable(
libpulse,
libudev,
libmpdclient,
gtk_layer_shell
gtk_layer_shell,
tz_dep
],
include_directories: [include_directories('include')],
install: true,