[PATCH libinput 1/4] Use the LIBINPUT_VERSION define, not the normal VERSION
Yong Bakos
junk at humanoriented.com
Thu Dec 1 14:32:06 UTC 2016
Hi Peter,
> On Nov 30, 2016, at 5:37 PM, Peter Hutterer <peter.hutterer at who-t.net> wrote:
>
> Not that it really matters, but given we're already setting it anyway...
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
This series is just a basic config and license header change, and is
Reviewed-by: Yong Bakos <ybakos at humanoriented.com>
yong
> ---
> 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 52f129a..60685b5 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;
> --
> 2.9.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list