From f369bcf1301aa8b6cac82d1656112e7a3bee2fd4 Mon Sep 17 00:00:00 2001
From: Christoph Haag <christoph.haag@collabora.com>
Date: Wed, 26 Jan 2022 23:17:40 +0100
Subject: [PATCH] introspection: fix build error

---
 src/meson.build | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/meson.build b/src/meson.build
index 94b71ab..afefb02 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -148,13 +148,13 @@ if get_option('introspection')
   inputsynth_gir = gnome.generate_gir(
     inputsynth_lib,
     sources: inputsynth_sources + inputsynth_headers,
-    namespace: 'libinputsynth',
+    namespace: 'InputSynth',
     nsversion: api_version,
-    identifier_prefix: 'libinputsynth',
-    symbol_prefix: 'libinputsynth',
+    identifier_prefix: 'InputSynth',
+    symbol_prefix: 'inputsynth',
     export_packages: api_path,
     includes: [ ],
-    header: 'libinputsynth/inputsynth.h',
+    header: 'inputsynth.h',
     install: true,
   )
 endif
-- 
GitLab