Meson build system for flatpak
This commit is contained in:
parent
16aee581ac
commit
4ec9726b92
1 changed files with 3 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue