[gnome-boxes/gnome-3-30] src/meson.build: fix parallel build for libcommon



commit ca1237e9189486fce7d318fc3a8b963a6c07a862
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Mon Aug 13 15:05:24 2018 +0100

    src/meson.build: fix parallel build for libcommon
    
    The build was sometimes failing because config.h is needed before it is built,
    especially in the gnome-build-meta aarch64 runner which uses -j96.

 src/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/meson.build b/src/meson.build
index 895cc1e4..000dbf86 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -13,6 +13,7 @@ vala_args = [
 ]
 
 common_dependencies = [
+  config_h,
   config_dep,
   libarchive_dep,
   dependency ('gio-2.0', version: '>= 2.44.0'),


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