mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-02 03:06:32 +00:00

We've seen that gi-docgen is active and other projects are switching to it. Remove the legacy (and slow) gtk-doc build support.
17 lines
330 B
Bash
Executable File
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 \
|
|
$@
|