From 44c0d50f8b44c9f40b3cf21cab8e4e12aa327430 Mon Sep 17 00:00:00 2001 From: tytan652 Date: Wed, 23 Mar 2022 15:14:42 +0100 Subject: [PATCH] flatpak: Add ADS to the dependencies This commit hash was choose fix this issue: https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/350 --- CI/flatpak/com.obsproject.Studio.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index f5c6a1b47714f7..24a2fda67e2657 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -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",