mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
mesa: Remove gettext dependency.
This commit is contained in:
parent
00fe9eae2e
commit
94dc02d4d5
@ -1,5 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
patch -p1 < mesa-no-gettext.patch
|
||||
|
||||
meson \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
|
@ -1 +1,2 @@
|
||||
72114b16b4a84373b2acda060fe2bb1d45ea2598efab3ef2d44bdeda74f15581 mesa-19.1.1.tar.xz
|
||||
9f434a4788f5303724ae38786b7ddd7493fdf666283997a977e4a66a25034ee0 mesa-no-gettext.patch
|
||||
|
@ -1,7 +1,6 @@
|
||||
bison make
|
||||
expat
|
||||
flex make
|
||||
gettext make
|
||||
libX11
|
||||
libXdamage
|
||||
libXext
|
||||
|
11
xorg/mesa/patches/mesa-no-gettext.patch
Normal file
11
xorg/mesa/patches/mesa-no-gettext.patch
Normal 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)
|
@ -1 +1,2 @@
|
||||
https://mesa.freedesktop.org/archive/mesa-19.1.1.tar.xz
|
||||
patches/mesa-no-gettext.patch
|
||||
|
Loading…
Reference in New Issue
Block a user