[gnome-games/wip/exalm/dosbox-svn: 4/6] flatpak: Build lua as the first module



commit c56dc5b79ce62c2e860df8bdad540afa86c620d7
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]