flatpak: Install CMake config files

CMake config files are required for building OBS plugins with the
Flatpak as a runtime.

Add a post-install command that installs the `obs_libraries`
component, which provides the config files.
master
Romain Vigier 2022-05-30 13:45:10 +02:00 committed by Georges Basile Stavracas Neto
parent 0d0b65e8c8
commit 43867ce93c
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@
"-DYOUTUBE_SECRET_HASH=$YOUTUBE_SECRET_HASH"
],
"post-install": [
"cmake --install . --component obs_libraries",
"install -d /app/plugins",
"install -d /app/extensions/Plugins"
],