Skip to content

Commit

Permalink
autogen.sh, meson.sh: add docs to hackargs
Browse files Browse the repository at this point in the history
To make it a little bit more obvious that those should be updated as
well... Also they get built in CI.

Signed-off-by: Emil Velikov <[email protected]>
  • Loading branch information
evelikov committed Sep 2, 2024
1 parent f7b4cd3 commit b2cfe90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ cd $oldpwd

hackargs="\
--enable-debug \
--enable-gtk-doc \
--with-zstd \
--with-xz \
--with-zlib \
Expand Down
1 change: 1 addition & 0 deletions meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ args=(

hackargs=(
-D debug-messages=true
-D docs=true
-D zstd=enabled
-D xz=enabled
-D zlib=enabled
Expand Down

0 comments on commit b2cfe90

Please sign in to comment.