From 05e7e8b587dd9d37e8beadc72ab993f028c47fa1 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 1 Sep 2017 12:22:58 -0700 Subject: [PATCH] meson: Include BUILD_DATE in the meson xf86Build.h. Due to a typo, I only had BUILD_TIME present. Signed-off-by: Eric Anholt Reviewed-by: Adam Jackson --- hw/xfree86/common/xf86Build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/common/xf86Build.sh b/hw/xfree86/common/xf86Build.sh index e1b14cec5..5f859a5d8 100755 --- a/hw/xfree86/common/xf86Build.sh +++ b/hw/xfree86/common/xf86Build.sh @@ -10,4 +10,4 @@ fi output=$1 echo "#define BUILD_DATE $BUILD_DATE" > $output -echo "#define BUILD_TIME $BUILD_TIME" > $output +echo "#define BUILD_TIME $BUILD_TIME" >> $output