Skip to content

Commit 4a6b5e6

Browse files
bootstrap::xorg: remove host-gettext
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 15f57c1 commit 4a6b5e6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

bootstrap/xorg.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,6 @@ tools:
8282
install:
8383
- args: ['make', 'install-strip']
8484

85-
- name: host-gettext
86-
from_source: gettext
87-
exports_aclocal: true
88-
tools_required:
89-
# - host-bison
90-
- host-autoconf-v2.69
91-
- host-automake-v1.16
92-
configure:
93-
- args:
94-
- '@THIS_SOURCE_DIR@/configure'
95-
- '--prefix=@PREFIX@'
96-
compile:
97-
- args: ['make']
98-
install:
99-
- args: ['make', 'install-strip']
100-
10185
packages:
10286
# `xorg-util-macros` is a set of autoconf macros used by the configure.ac scripts in
10387
# other Xorg modular packages, and is needed to generate new versions
@@ -1177,7 +1161,6 @@ packages:
11771161
- host-libtool
11781162
- host-pkg-config
11791163
- host-xorg-macros
1180-
- host-gettext
11811164
regenerate:
11821165
- args: ['./autogen.sh']
11831166
environ:

0 commit comments

Comments
 (0)