From a580de81bad77365c693a5ce7af4f7f43734e76b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Fri, 21 Jan 2022 15:28:24 +0100 Subject: [PATCH] freebsd/Makefile: Disable gudev based plugins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Norbert KamiƄski --- contrib/freebsd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/freebsd/Makefile b/contrib/freebsd/Makefile index 4c9d53861..882afd19a 100644 --- a/contrib/freebsd/Makefile +++ b/contrib/freebsd/Makefile @@ -52,6 +52,8 @@ MESON_ARGS= -Dgudev=false \ -Dplugin_realtek_mst=false \ -Dplugin_thunderbolt=false \ -Dplugin_tpm=false \ + -Dplugin_bcm57xx=false \ + -Dplugin_ep963x=false \ -Dpolkit=false \ -Dsystemd=false \ -Doffline=false \