Adding me.sergiotarxz.openmg.json

This commit is contained in:
sergiotarxz 2022-01-25 01:45:27 +01:00
parent 52378d5623
commit c54fa2b2e4
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
{
"app-id": "me.sergiotarxz.openmg",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "openmg",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--socket=wayland",
"--socket=session-bus",
"--share=network",
"--device=dri"
],
"modules": [
{
"name": "openmg",
"buildsystem": "meson",
"config-opts": [
"-Dimages=true"
],
"sources": [
{
"type": "dir",
"path": "."
}
]
}
]
}