[PATCH xserver 3/4] meson: Include BUILD_DATE in the meson xf86Build.h.

Eric Anholt eric at anholt.net
Fri Sep 1 19:22:58 UTC 2017


Due to a typo, I only had BUILD_TIME present.

Signed-off-by: Eric Anholt <eric at anholt.net>
---
 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 e1b14cec5a85..5f859a5d8dba 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
-- 
2.14.1



More information about the xorg-devel mailing list