[gnome-games/wip/exalm/dosbox-svn: 47/51] flatpak: Build lua as the first module
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/dosbox-svn: 47/51] flatpak: Build lua as the first module
- Date: Mon, 2 Mar 2020 15:55:27 +0000 (UTC)
commit 13ae8cf8b1f9f3c1a6d00e02bfe5cb6d080650fe
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Mar 2 20:47:56 2020 +0500
flatpak: Build lua as the first module
Since it's built from a tarball, it never changes, so move it to avoid
frequent unnecessary rebuilds.
flatpak/org.gnome.Games.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index faf46fc9..e97c3e1c 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -60,6 +60,8 @@
"/share/gir-1.0"
],
"modules" : [
+ /* Common dependencies */
+ "shared-modules/lua5.3/lua-5.3.5.json",
/* Emulator cores for libretro
We build them first, because some of them are very big, and they
@@ -90,7 +92,6 @@
]
},
/* End libretro cores */
- "shared-modules/lua5.3/lua-5.3.5.json",
{
"name" : "tracker",
"buildsystem" : "meson",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]