From 9c44054bc823e4c835b7650310846985a63e1ef8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
Date: Fri, 17 Jan 2025 11:52:23 +0100
Subject: [PATCH] meson-build: Remove duplicated CFLAGS

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

diff --git a/libxfce4util/meson.build b/libxfce4util/meson.build
index 3e65d6e..0516a85 100644
--- a/libxfce4util/meson.build
+++ b/libxfce4util/meson.build
@@ -81,10 +81,6 @@ util_extra_args = [
   '-DDEFAULT_XDG_CONFIG_HOME="~/.config"',
   '-DDEFAULT_XDG_DATA_DIRS="@0@:/usr/local/share:/usr/share"'.format(datadir),
   '-DDEFAULT_XDG_CONFIG_DIRS="@0@/xdg:@0@/xfce4:/etc/xdg"'.format(sysconfdir),
-  '-DDATADIR="@0@"'.format(datadir),
-  '-DSYSCONFDIR="@0@"'.format(sysconfdir),
-  '-DPACKAGE_LOCALE_DIR="@0@"'.format(localedir),
-  '-DG_LOG_DOMAIN="@0@"'.format(meson.project_name()),
   '-DKIOSKDIR="@0@/xdg/xfce4/kiosk"'.format(sysconfdir),
   '-DKIOSKDEF="ALL"',
   '-DLIBXFCE4UTIL_COMPILATION=1',
-- 
GitLab