mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 22:28:34 -05:00
build-aux: Add missing build type to Flatpak modules
This commit is contained in:
committed by
Georges Basile Stavracas Neto
parent
632f40c4d5
commit
c5c00a4674
@@ -2,6 +2,7 @@
|
||||
"name": "plog",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DPLOG_BUILD_SAMPLES=OFF"
|
||||
],
|
||||
"cleanup": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "libdatachannel",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DNO_EXAMPLES=ON",
|
||||
"-DNO_TESTS=ON",
|
||||
"-DNO_WEBSOCKET=ON",
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"config-opts": [
|
||||
"-DCMAKE_BUILD_TYPE=Release",
|
||||
"-DBUILD_SHARED_LIBS=ON"
|
||||
],
|
||||
"post-install": [
|
||||
|
||||
Reference in New Issue
Block a user