From e0b200caa6083059a7cf1caac7663c5e8809d978 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 30 Nov 2016 17:49:52 +1000 Subject: [PATCH] Use the LIBINPUT_VERSION define, not the normal VERSION Not that it really matters, but given we're already setting it anyway... Signed-off-by: Peter Hutterer Reviewed-by: Hans de Goede Reviewed-by: Yong Bakos --- src/libinput-private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libinput-private.h b/src/libinput-private.h index 52f129aa..60685b5a 100644 --- a/src/libinput-private.h +++ b/src/libinput-private.h @@ -34,11 +34,12 @@ #include "libinput.h" #include "libinput-util.h" +#include "libinput-version.h" #if LIBINPUT_VERSION_MICRO >= 90 #define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/latest/" #else -#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/" VERSION "/" +#define HTTP_DOC_LINK "https://wayland.freedesktop.org/libinput/doc/" LIBINPUT_VERSION "/" #endif struct libinput_source;