summaryrefslogtreecommitdiff
path: root/meson-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meson-build.patch')
-rw-r--r--meson-build.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson-build.patch b/meson-build.patch
index 8ccd25b..ce89f85 100644
--- a/meson-build.patch
+++ b/meson-build.patch
@@ -6,9 +6,9 @@
fallback : ['gtk-layer-shell', 'gtk_layer_shell_dep'])
-systemd = dependency('systemd', required: get_option('systemd'))
+
- tz_dep = dependency('date',
- required: false,
- default_options : [ 'use_system_tzdb=true' ],
+
+ cpp_lib_chrono = compiler.compute_int('__cpp_lib_chrono', prefix : '#include <chrono>')
+ have_chrono_timezones = cpp_lib_chrono >= 201907
@@ -131,17 +131,6 @@
add_project_arguments('-DSYSCONFDIR="/@0@"'.format(join_paths(prefix, sysconfdir)), language : 'cpp')