From b921e5204030845dc7c9d16d5f66d965e8d05367 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Thu, 19 Mar 2020 11:54:26 -0700 Subject: [PATCH] Add enable/disable libudev Upstream-Status: Pending Signed-off-by: Jeremy Puhlman [update patch context] Signed-off-by: Sakib Sajal --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index 36646e7b..48912a94 100755 --- a/configure +++ b/configure @@ -1601,6 +1601,10 @@ for opt do ;; --gdb=*) gdb_bin="$optarg" ;; + --enable-libudev) libudev="yes" + ;; + --disable-libudev) libudev="no" + ;; *) echo "ERROR: unknown option $opt" echo "Try '$0 --help' for more information" -- 2.24.0