Skip to content

Commit

Permalink
-Dintrospection=false -Dgtkdoc=false -Dcli=false
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Mar 25, 2024
1 parent faa9c3b commit e393f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ apk add glib-static meson libxml2-dev yaml-dev yaml-static gperf curl-dev curl-s
wget https://github.com/hughsie/libxmlb/releases/download/0.3.15/libxmlb-0.3.15.tar.xz
tar xf libxmlb-0.3.15.tar.xz
cd libxmlb-*
meson build --default-library=static
meson build --default-library=static -Dintrospection=false -Dgtkdoc=false -Dcli=false
ninja -C build
ninja -C build install
ldconfig
Expand Down

0 comments on commit e393f68

Please sign in to comment.