trivial: Use the upstream Makefile to disable plugins for FreeBSD

This commit is contained in:
Richard Hughes 2021-06-28 10:22:40 +01:00 committed by Mario Limonciello
parent 6b79e9201d
commit 562dfb3bc6
2 changed files with 1 additions and 1 deletions

View File

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

View File

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