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



commit 4ec2d148ed440d88353eaaf9f63c0191a0174c7a
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Sun Jan 20 15:28:30 2019 +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 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 117e1c48..ed68cf83 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -63,6 +63,10 @@
         "/share/gir-1.0"
     ],
     "modules" : [
+        /* Common dependencies
+
+           They should be kept in sync with flathub's shared-modules */
+        "lua5.3/lua-5.3.2.json",
         /* Emulator cores for libretro
 
            We build them first, because some of them are very big, and they
@@ -86,7 +90,6 @@
         "libretro-cores/libretro-prosystem.json",
         "libretro-cores/libretro-stella.json",
         /* End libretro cores */
-        "lua5.3/lua-5.3.2.json",
         {
             "name" : "tracker",
             "buildsystem" : "meson",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]