From 1066989337672616de3604246820b126f452640d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
Date: Mon, 13 Jan 2025 11:36:42 +0100
Subject: [PATCH] meson-build: Gobject introspection cleanup

---
 libxfce4util/meson.build | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libxfce4util/meson.build b/libxfce4util/meson.build
index 925f6d5..3e65d6e 100644
--- a/libxfce4util/meson.build
+++ b/libxfce4util/meson.build
@@ -145,8 +145,6 @@ if get_option('introspection')
     nsversion: '1.0',
     identifier_prefix: [
       'Xfce',
-      'xfce',
-      'libxfce',
     ],
     symbol_prefix: [
       'xfce',
@@ -165,8 +163,6 @@ if get_option('introspection')
     ],
   )
 
-  libxfce4util_gir_dep = declare_dependency(sources: libxfce4util_gir)
-
   if generate_vala
     gnome.generate_vapi(
       libxfce4util_pkgname,
-- 
GitLab