[packages/gtk-webkit4] - adjusted parallel-gir patch to fix build with -j1

qboosh qboosh at pld-linux.org
Sun Jul 9 09:01:16 CEST 2023


commit 90845fbf24c84fd082ce86851d8ec543b52984ba
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 9 07:40:30 2023 +0200

    - adjusted parallel-gir patch to fix build with -j1

 parallel-gir.patch | 9 +++++++++
 1 file changed, 9 insertions(+)
---
diff --git a/parallel-gir.patch b/parallel-gir.patch
index ab5ccc2..ec5658e 100644
--- a/parallel-gir.patch
+++ b/parallel-gir.patch
@@ -32,6 +32,15 @@ diff --git a/Source/cmake/FindGI.cmake b/Source/cmake/FindGI.cmake
 index fdc56b21b148..6b636af69a28 100644
 --- a/Source/cmake/FindGI.cmake
 +++ b/Source/cmake/FindGI.cmake
+@@ -265,7 +265,7 @@ function(GI_INTROSPECT namespace nsversi
+             get_property(dep_gir_lib TARGET "gir-${dep}" PROPERTY GI_GIR_LIBRARY)
+             if (dep_gir_path)
+                 list(APPEND scanner_flags "--include-uninstalled=${dep_gir_path}")
+-                list(APPEND gir_deps "${dep_gir_path}")
++                list(APPEND gir_deps "gir-${dep}")
+             else ()
+                 message(AUTHOR_WARNING
+                     "Target '${dep}' listed as a dependency but it has not "
 @@ -376,7 +376,7 @@ function(GI_INTROSPECT namespace nsversion header)
      add_custom_command(
          OUTPUT "${typ_path}"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtk-webkit4.git/commitdiff/90845fbf24c84fd082ce86851d8ec543b52984ba



More information about the pld-cvs-commit mailing list