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



commit eb167dd915be777410d0c0405933247104aac1de
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 f454d0c2..01da6c09 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -60,6 +60,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
@@ -90,7 +94,6 @@
             ]
         },
         /* 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]