Skip to content

Commit 1c3c293

Browse files
gregory-nuttbtashton
authored andcommitted
cibuild.sh: Do not disable kconfig-frontend utilities.
1 parent a288ed4 commit 1c3c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function kconfig-frontends {
117117
./configure --prefix=$prebuilt/kconfig-frontends \
118118
--disable-kconfig --disable-nconf --disable-qconf \
119119
--disable-gconf --disable-mconf --disable-static \
120-
--disable-shared --disable-L10n --disable-utils
120+
--disable-shared --disable-L10n
121121
# Avoid "aclocal/automake missing" errors
122122
touch aclocal.m4 Makefile.in
123123
make install

0 commit comments

Comments
 (0)