Sync CMake options with CI flatpak config
Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
a554bb1a92
commit
1555bd7a12
|
@ -60,7 +60,11 @@
|
|||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DSOUP_VERSION=3"
|
||||
"-DSOUP_VERSION=3",
|
||||
"-DNO_DEBUG=yes",
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DENABLED_PLUGINS=notification-sound",
|
||||
"-DPLUGIN_RTP_WEBRTC_AUDIO_PROCESSING=OFF"
|
||||
],
|
||||
"cleanup": [
|
||||
"/include",
|
||||
|
|
Loading…
Reference in a new issue