Install input{,-event-types}.h to /usr/include/compat/linux too.
authorSascha Wildner <saw@online.de>
Fri, 30 Nov 2018 20:13:02 +0000 (21:13 +0100)
committerSascha Wildner <saw@online.de>
Fri, 30 Nov 2018 20:14:25 +0000 (21:14 +0100)
commit408b4fbc8508ab6a0c2d9887978cb8348ec1eada
treec00241fc4278b89fd9c90e3bef8571c628369fd5
parenta680a824caa81f60b4d5944e34dfd86b656e862e
Install input{,-event-types}.h to /usr/include/compat/linux too.

It helps preventing excessive patches in ravenport's weston.

It is kind of experimental, but depending on how useful it
proves to be for 3rd party software all in all, we will
eventually remove /usr/include/dev/misc/evdev in the future.

A -I /usr/include/compat is needed to get at these headers using
"#include <linux/input.h>", etc. They were not put in the default
include path to mislead configure scripts and the likes.

We will also evaluate if it is worth exposing further linux
specific headers in this directory.

It might even be that we change the new location again in the
future.

Requested-by: Peeter Must
Makefile_upgrade.inc
etc/mtree/BSD.include.dist
include/Makefile