fwupd/contrib/build-openbmc.sh
Richard Hughes 06a2dcf62b Remove gtkdoc build option
We've seen that gi-docgen is active and other projects are switching to
it. Remove the legacy (and slow) gtk-doc build support.
2022-06-11 21:26:46 +01:00

17 lines
330 B
Bash
Executable File

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