summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/vte/vte_0.64.0.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-support/vte/vte_0.64.0.bb b/meta/recipes-support/vte/vte_0.64.0.bb
index a16dac7e67..fc7d3014a5 100644
--- a/meta/recipes-support/vte/vte_0.64.0.bb
+++ b/meta/recipes-support/vte/vte_0.64.0.bb
@@ -18,12 +18,9 @@ GIR_MESON_OPTION = 'gir'
18 18
19inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection 19inherit gnomebase gtk-doc features_check upstream-version-is-even gobject-introspection
20 20
21SRCREV = "2520d6b6785646ceb5f501f9c37a1a0307fa4486"
22SRC_URI = "git://gitlab.gnome.org/GNOME/vte.git;protocol=https;branch=vte-0-64"
23# vapigen.m4 is required when vala is not present (but the one from vala should be used normally) 21# vapigen.m4 is required when vala is not present (but the one from vala should be used normally)
24SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch" 22SRC_URI += "file://0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch"
25 23SRC_URI[archive.sha256sum] = "c0c60b8dc343167437c86d984b0cf134df86034180ed70513f683006ada3ec41"
26S = "${WORKDIR}/git"
27 24
28ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 25ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
29 26