Skip to content

Commit 3ecda16

Browse files
committed
Add ECM to Flatpak deps
1 parent fe1a4ca commit 3ecda16

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
kind: cmake
2+
3+
build-depends:
4+
- freedesktop-sdk.bst:public-stacks/buildsystem-cmake.bst
5+
6+
variables:
7+
cmake-local: >-
8+
-DBUILD_TESTING:BOOL=OFF
9+
-DBUILD_HTML_DOCS:BOOL=OFF
10+
-DBUILD_MAN_DOCS:BOOL=OFF
11+
-DBUILD_QTHELP_DOCS:BOOL=OFF
12+
13+
sources:
14+
- kind: git_repo
15+
url: github:KDE/extra-cmake-modules.git
16+
track: v6.13.0
17+
ref: 1f820dc98d0a520c175433bcbb0098327d82aac6

elements/deps.bst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ description: Stack of OBS Studio non-Qt dependencies
33

44
depends:
55
- components/asio.bst
6+
- components/extra-cmake-modules.bst
67
- components/ffmpeg.bst
78
- components/jansson.bst
89
- components/libajantv2.bst

0 commit comments

Comments
 (0)