about summary refs log tree commit diff stats
path: root/net.iotib.Pong.yml
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-01 20:21:10 -0400
committerCharadon <dev@iotib.net>2022-06-01 20:21:10 -0400
commit3f0c12dbea2cc070888f0db9102c12d0af6f2e90 (patch)
tree6857274c7a7df90c348e6763bd5fd4910bfdb809 /net.iotib.Pong.yml
parent01a21af4c041c6f3133b4202ca35c156ffb00f32 (diff)
downloadPong-C-3f0c12dbea2cc070888f0db9102c12d0af6f2e90.tar.gz
Flatpak support
Diffstat (limited to 'net.iotib.Pong.yml')
-rw-r--r--net.iotib.Pong.yml12
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