Disable doxgen for xz
This commit is contained in:
parent
547eee9db4
commit
9465728b3b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ffbuild_enabled() {
|
||||||
ffbuild_dockerbuild() {
|
ffbuild_dockerbuild() {
|
||||||
cd "$FFBUILD_DLDIR/$SELF"
|
cd "$FFBUILD_DLDIR/$SELF"
|
||||||
|
|
||||||
./autogen.sh --no-po4a
|
./autogen.sh --no-po4a --no-doxygen
|
||||||
|
|
||||||
local myconf=(
|
local myconf=(
|
||||||
--prefix="$FFBUILD_PREFIX"
|
--prefix="$FFBUILD_PREFIX"
|
||||||
|
|
Loading…
Reference in a new issue