mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[ci,nightly] enable image support for flatpak
This commit is contained in:
parent
ca3ec975cb
commit
31763e2f80
@ -3,7 +3,7 @@
|
||||
"runtime": "org.freedesktop.Platform",
|
||||
"runtime-version": "23.08",
|
||||
"sdk": "org.freedesktop.Sdk",
|
||||
"build-options" : {
|
||||
"build-options": {
|
||||
"cflags": "-O3",
|
||||
"cxxflags": "-O3"
|
||||
},
|
||||
@ -53,8 +53,7 @@
|
||||
"name": "freerdp",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"builddir": true,
|
||||
"cleanup": [
|
||||
],
|
||||
"cleanup": [],
|
||||
"config-opts": [
|
||||
"-DCMAKE_VERBOSE_MAKEFILE=ON",
|
||||
"-DCMAKE_BUILD_TYPE:STRING=Release",
|
||||
@ -78,6 +77,9 @@
|
||||
"-DWITH_OPUS:BOOL=ON",
|
||||
"-DWITH_FUSE:BOOL=OFF",
|
||||
"-DWITH_FFMPEG:BOOL=ON",
|
||||
"-DWITH_WINPR_UTILS_IMAGE_PNG:BOOL=ON",
|
||||
"-DWITH_WINPR_UTILS_IMAGE_WEBP:BOOL=ON",
|
||||
"-DWITH_WINPR_UTILS_IMAGE_JPEG:BOOL=ON",
|
||||
"-DWITH_URIPARSER:BOOL=ON",
|
||||
"-DWITH_DSP_FFMPEG:BOOL=ON",
|
||||
"-DWITH_OSS:BOOL=OFF",
|
||||
|
Loading…
Reference in New Issue
Block a user