flatpak: Replace gtuber with Clapper enhancers

Also add all required dependencies
This commit is contained in:
Rafał Dzięgiel
2024-10-31 21:53:03 +01:00
parent c8ef0f891d
commit ee3d07b158
6 changed files with 62 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "clapper-enhancers",
"buildsystem": "meson",
"config-opts": [
"-Dauto_features=enabled"
],
"sources": [
{
"type": "git",
"url": "https://github.com/Rafostar/clapper-enhancers.git",
"branch": "main"
}
]
}