From 562dfb3bc6a4805fffea4ccefb8905f0061dbe9e Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 28 Jun 2021 10:22:40 +0100 Subject: [PATCH] trivial: Use the upstream Makefile to disable plugins for FreeBSD --- contrib/ci/build_freebsd_package.sh | 1 - contrib/freebsd/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/build_freebsd_package.sh b/contrib/ci/build_freebsd_package.sh index e9a99d1c9..60f56614c 100755 --- a/contrib/ci/build_freebsd_package.sh +++ b/contrib/ci/build_freebsd_package.sh @@ -54,7 +54,6 @@ REPOSITORY_NAME=$(echo "${GITHUB_REPOSITORY}" | awk -F / '{print $2}') sed -i .old "s/GH_TAGNAME=.*$/GH_TAGNAME=\t${GITHUB_SHA}/" Makefile sed -i .old "s/GH_ACCOUNT=.*$/GH_ACCOUNT=\t${GITHUB_REPOSITORY_OWNER}/" Makefile sed -i .old "s/DISTVERSION=.*$/DISTVERSION=\t${GITHUB_TAG}/" Makefile -sed -i .old "s/-Dplugin_synaptics_mst=false/-Dplugin_synaptics_mst=false -Dplugin_realtek_mst=false/" Makefile make makesum make clean make diff --git a/contrib/freebsd/Makefile b/contrib/freebsd/Makefile index 51ee19a4c..a485e79ab 100644 --- a/contrib/freebsd/Makefile +++ b/contrib/freebsd/Makefile @@ -49,6 +49,7 @@ MESON_ARGS= -Dgudev=false \ -Dplugin_redfish=false \ -Dplugin_synaptics_mst=false \ -Dplugin_synaptics_rmi=false \ + -Dplugin_realtek_mst=false \ -Dplugin_thunderbolt=false \ -Dplugin_tpm=false \ -Dpolkit=false \