mesa: Remove gettext dependency.

This commit is contained in:
Dylan Araps 2019-07-06 18:10:14 +03:00
parent 00fe9eae2e
commit 94dc02d4d5
5 changed files with 15 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
patch -p1 < mesa-no-gettext.patch
meson \
--prefix=/usr \
--sysconfdir=/etc \

View File

@ -1 +1,2 @@
72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581 mesa-19.1.1.tar.xz
9f434a4788f5303724ae38786b7ddd7493fdf666283997a977e4a66a25034ee0 mesa-no-gettext.patch

View File

@ -1,7 +1,6 @@
bison make
expat
flex make
gettext make
libX11
libXdamage
libXext

View File

@ -0,0 +1,11 @@
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)

View File

@ -1 +1,2 @@
https://mesa.freedesktop.org/archive/mesa-19.1.1.tar.xz
patches/mesa-no-gettext.patch