fwupd/contrib/build-openbmc.sh
Mario Limonciello 2705179117 Convert HSI into a meson tristate-feature
This allows us to disable it automatically on architectures that
aren't supported and OSes that aren't supported.

Link: https://bugs.launchpad.net/ubuntu/+source/fwupd/+bug/1987067
2022-08-22 06:03:38 -05:00

16 lines
314 B
Bash
Executable File

#!/bin/sh
meson ../ \
-Dauto_features=disabled \
-Dbash_completion=false \
-Dcompat_cli=false \
-Dfish_completion=false \
-Dfirmware-packager=false \
-Dhsi=disabled \
-Dman=false \
-Dmetainfo=false \
-Dtests=false \
-Dudevdir=/tmp \
-Dsystemd_root_prefix=/tmp \
$@