mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 06:06:48 +00:00
Meta: Move build of gn module in flatpak build before angle
This commit is contained in:
parent
08221c2534
commit
738c81877c
Notes:
github-actions[bot]
2025-07-23 21:13:45 +00:00
Author: https://github.com/JanKoudijs
Commit: 738c81877c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5500
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 19 additions and 19 deletions
|
@ -82,6 +82,25 @@
|
||||||
"/bin"
|
"/bin"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "gn",
|
||||||
|
"buildsystem": "simple",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gn.googlesource.com/gn",
|
||||||
|
"commit": "f792b9756418af8ab8a91a4c15b582431cb86ff9"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "file",
|
||||||
|
"path": "gn-whole-enchilada.sh"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"build-commands": [
|
||||||
|
"./gn-whole-enchilada.sh"
|
||||||
|
],
|
||||||
|
"cleanup": [ "*" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "angle",
|
"name": "angle",
|
||||||
"buildsystem": "simple",
|
"buildsystem": "simple",
|
||||||
|
@ -209,25 +228,6 @@
|
||||||
"-DCMAKE_INSTALL_LIBDIR=lib"
|
"-DCMAKE_INSTALL_LIBDIR=lib"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "gn",
|
|
||||||
"buildsystem": "simple",
|
|
||||||
"sources": [
|
|
||||||
{
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://gn.googlesource.com/gn",
|
|
||||||
"commit": "f792b9756418af8ab8a91a4c15b582431cb86ff9"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"path": "gn-whole-enchilada.sh"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"build-commands": [
|
|
||||||
"./gn-whole-enchilada.sh"
|
|
||||||
],
|
|
||||||
"cleanup": [ "*" ]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "brotli",
|
"name": "brotli",
|
||||||
"buildsystem": "cmake-ninja",
|
"buildsystem": "cmake-ninja",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue