mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
[build,nightly] add cjson to build dependencies
This commit is contained in:
parent
2ddd82338a
commit
6bf42366a9
@ -43,6 +43,7 @@ Build-Depends:
|
|||||||
libpam0g-dev,
|
libpam0g-dev,
|
||||||
uuid-dev,
|
uuid-dev,
|
||||||
libxml2-dev,
|
libxml2-dev,
|
||||||
|
libcjson-dev,
|
||||||
libsdl2-2.0-0,
|
libsdl2-2.0-0,
|
||||||
libsdl2-dev,
|
libsdl2-dev,
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
"build-commands": [
|
"build-commands": [
|
||||||
"./config --prefix=/app",
|
"./config --prefix=/app",
|
||||||
"make -j $FLATPAK_BUILDER_N_JOBS",
|
"make -j $FLATPAK_BUILDER_N_JOBS",
|
||||||
"make install"
|
"make install_sw"
|
||||||
],
|
],
|
||||||
"cleanup": [
|
"cleanup": [
|
||||||
"/share/doc",
|
"/share/doc",
|
||||||
@ -110,8 +110,27 @@
|
|||||||
"sources": [
|
"sources": [
|
||||||
{
|
{
|
||||||
"type": "archive",
|
"type": "archive",
|
||||||
"url": "https://www.openssl.org/source/openssl-1.1.1q.tar.gz",
|
"url": "https://www.openssl.org/source/openssl-1.1.1t.tar.gz",
|
||||||
"sha256": "d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca"
|
"sha256": "8dee9b24bdb1dcbf0c3d1e9b02fb8f6bf22165e807f45adeb7c9677536859d3b"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cjson",
|
||||||
|
"buildsystem": "cmake-ninja",
|
||||||
|
"cleanup": [
|
||||||
|
],
|
||||||
|
"config-opts": [
|
||||||
|
"-DCMAKE_VERBOSE_MAKEFILE=ON",
|
||||||
|
"-DCMAKE_BUILD_TYPE:STRING=Release",
|
||||||
|
"-DCMAKE_INSTALL_LIBDIR:PATH=lib",
|
||||||
|
"-DWITH_PULSE:BOOL=ON"
|
||||||
|
],
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/DaveGamble/cJSON.git",
|
||||||
|
"tag": "v1.7.15"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -46,6 +46,7 @@ BuildRequires: uuid-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
|
BuildRequires: cjson-devel
|
||||||
|
|
||||||
# (Open)Suse
|
# (Open)Suse
|
||||||
%if %{defined suse_version}
|
%if %{defined suse_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user