Skip to content

Commit

Permalink
flatpak: Add ADS to the dependencies
Browse files Browse the repository at this point in the history
This commit hash was choose fix this issue:
githubuser0xFFFF/Qt-Advanced-Docking-System#350
  • Loading branch information
tytan652 committed Apr 13, 2022
1 parent cbe0156 commit 3eff6a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CI/flatpak/com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,25 @@
}
]
},
{
"name": "ads",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts":[
"-DCMAKE_BUILD_TYPE=Release",
"-DADS_VERSION=3.8.2"
],
"cleanup":[
"/include"
],
"sources": [
{
"type": "git",
"url": "https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git",
"commit": "ad06241c9d1e61574191cb7f29c650a90a620f48"
}
]
},
{
"name": "cef",
"buildsystem": "cmake-ninja",
Expand Down

0 comments on commit 3eff6a4

Please sign in to comment.