Meson build system for flatpak

This commit is contained in:
Daniel García Moreno 2017-11-14 15:03:51 +01:00
parent 16aee581ac
commit 4ec9726b92

View file

@ -14,6 +14,8 @@
"--talk-name=org.freedesktop.Notifications"
],
"build-options" : {
"append-path": "/usr/lib/sdk/rust-stable/bin",
"build-args": [ "--share=network" ],
"env": {
"CARGO_HOME": "/run/build/Fractal/cargo"
}
@ -21,10 +23,7 @@
"modules": [
{
"name": "Fractal",
"buildsystem": "simple",
"build-commands": [
"source /usr/lib/sdk/rust-stable/enable.sh && ./configure --prefix=/app && make && make install"
],
"buildsystem": "meson",
"sources": [
{
"type": "git",