summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
index 5d7d02a2c9..38ca4a39e6 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview4_4.8.4.bb
@@ -21,16 +21,4 @@ SRC_URI[sha256sum] = "7ec9d18fb283d1f84a3a3eff3b7a72b09a10c9c006597b3fbabbb59584
21GIR_MESON_OPTION = 'gir' 21GIR_MESON_OPTION = 'gir'
22GTKDOC_MESON_OPTION = "gtk_doc" 22GTKDOC_MESON_OPTION = "gtk_doc"
23 23
24# Override the definition in meson.bbclass. The dependencies in mason.build are incomplete
25# and the recipe will not build with "-j 1". This fix is benign but should be reviewed when
26# updating versions.
27#
28meson_do_compile() {
29 bbnote "========== generating gtksourceview-gresources.h ========"
30 bbnote "PARALLEL_MAKE is ${PARALLEL_MAKE}"
31 ninja ${PARALLEL_MAKE} gtksourceview/gtksourceview-gresources.h
32 bbnote "========== compiling target all ========"
33 ninja ${PARALLEL_MAKE}
34}
35
36FILES:${PN} += "${datadir}/gtksourceview-4" 24FILES:${PN} += "${datadir}/gtksourceview-4"