[PATCH libinput] Install libinput-version.h

Derek Foreman derekf at osg.samsung.com
Tue Apr 28 09:19:49 PDT 2015


Just occurred to me, this should probably also add
#include <libinput-version.h>
to libinput.h?

Or is there a reason we're not distributing this file?  It doesn't seem
to be used internally for any reason, so if it's not to be distributed,
should it just go away?

On 28/04/15 11:07 AM, Derek Foreman wrote:
> Signed-off-by: Derek Foreman <derekf at osg.samsung.com>
> ---
>  src/Makefile.am | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 90bdc9a..1f525ce 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> @@ -3,7 +3,8 @@ noinst_LTLIBRARIES = libinput-util.la \
>  		     libfilter.la
>  
>  include_HEADERS =			\
> -	libinput.h
> +	libinput.h			\
> +	libinput-version.h
>  
>  libinput_la_SOURCES =			\
>  	libinput.c			\
> 



More information about the wayland-devel mailing list