build-aux: Add missing build type to Flatpak modules

This commit is contained in:
tytan652
2023-08-29 14:01:25 +02:00
committed by Georges Basile Stavracas Neto
parent 632f40c4d5
commit c5c00a4674
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"name": "plog",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DPLOG_BUILD_SAMPLES=OFF"
],
"cleanup": [

View File

@@ -3,6 +3,7 @@
"buildsystem": "cmake-ninja",
"//": "Disable SCTP IP code. Packets are handle by WebRTC so we don't need it",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-Dsctp_build_shared_lib=ON",
"-Dsctp_build_programs=OFF",
"-Dsctp_inet=OFF",

View File

@@ -2,6 +2,7 @@
"name": "libdatachannel",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DNO_EXAMPLES=ON",
"-DNO_TESTS=ON",
"-DNO_WEBSOCKET=ON",

View File

@@ -3,6 +3,7 @@
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=Release",
"-DBUILD_SHARED_LIBS=ON"
],
"post-install": [