Skip to content

Commit

Permalink
Update linux build script for updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deveee committed Sep 30, 2024
1 parent 6663034 commit a6af689
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tools/linux_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,9 @@ build_stk()
cp -a -f "$DEPENDENCIES_DIR/../lib/wayland/"* "$DEPENDENCIES_DIR/wayland"

cd "$DEPENDENCIES_DIR/wayland"
./autogen.sh
./configure --prefix="$INSTALL_DIR" --disable-documentation &&
make -j$THREADS_NUMBER &&
make install
meson --prefix="$INSTALL_DIR" -Ddocumentation=false build &&
ninja -C build -j$THREADS_NUMBER &&
ninja -C build install
check_error
touch "$DEPENDENCIES_DIR/wayland.stamp"
fi
Expand Down

0 comments on commit a6af689

Please sign in to comment.