diff --git a/me.sergiotarxz.openmg.json b/me.sergiotarxz.openmg.json new file mode 100644 index 0000000..e441792 --- /dev/null +++ b/me.sergiotarxz.openmg.json @@ -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": "." + } + ] + } + ] +}