Re: [PATCH libinput 2/3] Add a rules file to assign LIBINPUT_DEVICE_GROUP

2015-02-10 Thread Benjamin Tissoires
Hi Peter, On Tue, Feb 10, 2015 at 1:50 AM, Peter Hutterer wrote: > Ideally we could just take ATTRS{phys} but we can't select substrings to drop > into ENV so we re-assemble it manually. > > Eventually this will likely end up in a RUN callout, but for now this will do. > > Signed-off-by: Peter Hu

Re: [PATCH libinput 2/3] Add a rules file to assign LIBINPUT_DEVICE_GROUP

2015-02-10 Thread sardemff7+wayland
On 2015-02-10 07:50, Peter Hutterer wrote: diff --git a/configure.ac b/configure.ac index f47c5a4..2420f86 100644 --- a/configure.ac +++ b/configure.ac @@ -69,6 +69,15 @@ fi AC_SUBST(GCC_CFLAGS) AC_SUBST(GCC_CXXFLAGS) +AC_ARG_WITH(udev-rules-dir, +AS_HELP_STRING([--with-udev-rule

[PATCH libinput 2/3] Add a rules file to assign LIBINPUT_DEVICE_GROUP

2015-02-09 Thread Peter Hutterer
Ideally we could just take ATTRS{phys} but we can't select substrings to drop into ENV so we re-assemble it manually. Eventually this will likely end up in a RUN callout, but for now this will do. Signed-off-by: Peter Hutterer --- Makefile.am| 2 +- configure.ac