2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-23 06:26:17 +00:00
repo/xorg/mesa/patches/mesa-no-gettext.patch

12 lines
337 B
Diff
Raw Normal View History

2019-07-06 15:10:14 +00:00
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)