summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-08-14 14:51:56 -0400
committerAdam Jackson <ajax@nwnk.net>2019-08-15 16:38:22 +0000
commit3c78d637553a5ed207cd67a6f84b9b1fffe5b91f (patch)
tree73a2fb2b3b050f9fb2ece930de52698363e2c74c /meson.build
parent61aa40aeb3d4efefda47f245ed4b83a1a19b1d4c (diff)
global: Remove BUILD_DATE and BUILD_TIME
All this does is make reproducible builds impossible.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build6
1 files changed, 0 insertions, 6 deletions
diff --git a/meson.build b/meson.build
index 08395ff62..639acad8a 100644
--- a/meson.build
+++ b/meson.build
@@ -584,12 +584,6 @@ manpage_config.set('modulepath', module_dir)
manpage_config.set('suid_wrapper_dir', join_paths(get_option('prefix'), 'libexec'))
manpage_config.set('default_font_path', default_font_path)
-# generate header containing date & time build was configued
-build_date_time = configure_file(
- output: 'buildDateTime.h',
- command: ['sh', join_paths(meson.current_source_dir(), 'buildDateTime.sh'), '@OUTPUT@'],
-)
-
# Include must come first, as it sets up dix-config.h
subdir('include')