diff options
Diffstat (limited to 'net.iotib.Pong.yml')
-rw-r--r-- | net.iotib.Pong.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net.iotib.Pong.yml b/net.iotib.Pong.yml index 60ae3b8..9937fe0 100644 --- a/net.iotib.Pong.yml +++ b/net.iotib.Pong.yml @@ -7,14 +7,14 @@ sdk: org.freedesktop.Sdk command: launch.sh modules: - name: Pong - buildsystem: simple - build-commands: - - make clean - - make - - make install_flatpak + buildsystem: meson + config-opts: + - -Dbuild_flatpak=true sources: - type: file - path: Makefile + path: meson.build + - type: file + path: meson_options.txt - type: dir path: src dest: src |