-
-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "add clang scan-build analysis"
This reverts commit 3f46991.
- Loading branch information
Showing
2 changed files
with
41 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
sudo apt-get install -y --no-install-recommends \ | ||
git cmake pkg-config ninja-build clang clang-tools \ | ||
libgl-dev libgles-dev libegl-dev libvulkan-dev libdrm-dev libgbm-dev libsystemd-dev libinput-dev libudev-dev libxkbcommon-dev \ | ||
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev | ||
|
||
$WRAPPER cmake \ | ||
-S . -B build \ | ||
-GNinja \ | ||
-DCMAKE_BUILD_TYPE=Debug \ | ||
-DBUILD_GSTREAMER_VIDEO_PLAYER_PLUGIN=ON \ | ||
-DBUILD_GSTREAMER_AUDIO_PLAYER_PLUGIN=ON \ | ||
-DENABLE_VULKAN=ON \ | ||
-DENABLE_SESSION_SWITCHING=ON | ||
|
||
$WRAPPER cmake --build build | ||
sudo apt install -y cmake libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev ttf-mscorefonts-installer fontconfig libsystemd-dev libinput-dev libudev-dev libxkbcommon-dev | ||
mkdir build && cd build | ||
cmake .. | ||
make -j`nproc` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters