mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-25 08:40:10 -07:00
12 lines
337 B
Diff
12 lines
337 B
Diff
|
diff --git a/src/util/xmlpool/meson.build b/src/util/xmlpool/meson.build
|
||
|
index 81184fa..b2dfba2 100644
|
||
|
--- a/src/util/xmlpool/meson.build
|
||
|
+++ b/src/util/xmlpool/meson.build
|
||
|
@@ -35,6 +35,3 @@ xmlpool_options_h = custom_target(
|
||
|
],
|
||
|
depend_files : _langs_po_files,
|
||
|
)
|
||
|
-
|
||
|
-i18n = import('i18n')
|
||
|
-i18n.gettext('xmlpool', install : false)
|