summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2022-02-08 20:53:03 +0100
committerChristian Persch <chpe@src.gnome.org>2022-02-08 20:53:03 +0100
commitedaca046502c02a4b2e247bebae3f69f3ecb6ebd (patch)
tree2e5582d9c23b65434c1818975746842de563a333
parent467063842ccee1f2917906755103101c476cc982 (diff)
downloadvte-edaca046502c02a4b2e247bebae3f69f3ecb6ebd.tar.gz
build: Change gtk4 GIR version hack
Seems gjs has a problem with this, so use a diffferent character. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2539
-rw-r--r--bindings/gir/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/gir/meson.build b/bindings/gir/meson.build
index d5f77fc6..c45c6f76 100644
--- a/bindings/gir/meson.build
+++ b/bindings/gir/meson.build
@@ -51,7 +51,7 @@ if get_option('gtk4')
# Ideally, the gir would be named something like "VteGtk4" instead,
# but it seems that's not possible. So work around it using "Vte"
# as namespace with this nsversion hack:
- gir_nsversion_gtk4 = '4:' + vte_api_version
+ gir_nsversion_gtk4 = '4-' + vte_api_version
libvte_gtk4_gir = gnome.generate_gir(
libvte_gtk4,