We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072bd86 commit c592722Copy full SHA for c592722
cibuild.sh
@@ -70,9 +70,12 @@ function gperf {
70
function kconfig-frontends {
71
add_path $prebuilt/kconfig-frontends/bin
72
73
- if [ ! -f "$prebuilt/kconfig-frontends/bin/kconfig-mconf" ]; then
+ if [ ! -f "$prebuilt/kconfig-frontends/bin/kconfig-conf" ]; then
74
cd $tools/kconfig-frontends
75
- ./configure --prefix=$prebuilt/kconfig-frontends --enable-mconf --disable-gconf --disable-qconf --enable-static
+ ./configure --prefix=$prebuilt/kconfig-frontends \
76
+ --disable-kconfig --disable-nconf --disable-qconf \
77
+ --disable-gconf --disable-mconf --disable-static \
78
+ --disable-shared --disable-L10n --disable-utils
79
make install
80
cd $tools; git clean -xfd
81
fi
0 commit comments