2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 04:42:26 +00:00
repo/xorg/mesa/patches/mesa-no-gettext.patch
2019-07-06 18:10:14 +03:00

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)