Meta: Move build of gn module in flatpak build before angle

This commit is contained in:
Andrew Kaster 2025-07-22 10:26:43 -06:00 committed by Andrew Kaster
commit 738c81877c
Notes: github-actions[bot] 2025-07-23 21:13:45 +00:00

View file

@ -82,6 +82,25 @@
"/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",
"buildsystem": "simple",
@ -209,25 +228,6 @@
"-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",
"buildsystem": "cmake-ninja",