d0681b6db8
Unfortunately, neither Ubuntu 20.04 nor 18.04 have a recent enough PipeWire package. Disable the PipeWire bits of linux-capture there. The Flatpak workflow is still able to build it, so keep it enabled there.
7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
ccache -s || echo "CCache is not available."
|
|
mkdir build && cd build
|
|
cmake -DENABLE_PIPEWIRE=OFF -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../cef_binary_${LINUX_CEF_BUILD_VERSION}_linux64" ..
|