Skip to content

Commit

Permalink
improvement: disable audio as we do not need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart-Steensma committed Feb 2, 2024
1 parent d7dd007 commit 3ff2bc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build-qt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build-qt-static() {
rm "$install_dir" -rf || true
mkdir "$install_dir"
src="$source_dir/6.6.1/Src"
"$src/configure" -release -static -prefix "$install_dir" -submodules qtbase,qtmultimedia,qtwayland -no-pch -no-gstreamer -- -S "$src" -B "$src/build" -Wdev -DFFMPEG_DIR="$root/3rdparty/ffmpeg"
"$src/configure" -release -static -prefix "$install_dir" -submodules qtbase,qtmultimedia,qtwayland -no-pch -no-gstreamer -no-pulseaudio -no-alsa -- -S "$src" -B "$src/build" -Wdev -DFFMPEG_DIR="$root/3rdparty/ffmpeg"
cmake --build "$src/build"
cmake --install "$src/build"
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/helpers/apt/install-project-deps
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ echo "Installing project dependencies"
sudo apt-get install -y libboost-all-dev libspdlog-dev

echo "Installing Qt dependencies"
sudo apt-get install -y '^libxcb.*-dev' build-essential libboost-all-dev libgl1-mesa-dev libgles2-mesa-dev libglu1-mesa-dev libpulse-dev libqt5x11extras5 libspdlog-dev libssl-dev libssl-dev libssl1.0 libva-dev libva-drm2 libva-wayland2 libva-x11-2 libwayland-dev libwayland-egl1-mesa libwayland-server0 libx11-xcb-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libxrender-dev openssl
sudo apt-get install -y '^libxcb.*-dev' build-essential libboost-all-dev libgl1-mesa-dev libgles2-mesa-dev libglu1-mesa-dev libqt5x11extras5 libspdlog-dev libssl-dev libssl-dev libssl1.0 libva-dev libva-drm2 libva-wayland2 libva-x11-2 libwayland-dev libwayland-egl1-mesa libwayland-server0 libx11-xcb-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev libxrender-dev openssl

2 changes: 1 addition & 1 deletion scripts/helpers/pacman/install-project-deps
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ echo "Installing project dependencies"
sudo pacman -S --noconfirm --needed boost spdlog

echo "Installing Qt dependencies"
sudo pacman -S --noconfirm --needed libpulse xorg libxkbcommon-x11 libxrender openssl wayland libxi libxkbcommon libxkbcommon-x11 libxrender openssl
sudo pacman -S --noconfirm --needed xorg libxkbcommon-x11 libxrender openssl wayland libxi libxkbcommon libxkbcommon-x11 libxrender openssl
sudo pacman -S --noconfirm libva || true
sudo pacman -S --noconfirm libdrm || true

0 comments on commit 3ff2bc3

Please sign in to comment.