mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-06 07:02:43 +00:00
trivial: Use the upstream Makefile to disable plugins for FreeBSD
This commit is contained in:
parent
6b79e9201d
commit
562dfb3bc6
@ -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
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user