summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-09-01 12:22:58 -0700
committerAdam Jackson <ajax@redhat.com>2017-09-13 11:14:53 -0400
commit05e7e8b587dd9d37e8beadc72ab993f028c47fa1 (patch)
tree29d7de1d4df9eac0c531ab7daa96f6ab9e16eeec
parent2b080a14c87fc9e5f77fc3361297ac332aa04f02 (diff)
meson: Include BUILD_DATE in the meson xf86Build.h.
Due to a typo, I only had BUILD_TIME present. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Adam Jackson <ajax@redhat.com>
-rwxr-xr-xhw/xfree86/common/xf86Build.sh2
1 files changed, 1 insertions, 1 deletions
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