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
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
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