• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン5fe57568de808cb026675a4453045a16779aee35 (tree)
日時2021-02-28 22:05:18
作者matsuand <30614168+matsuand@user...>
コミッターmatsuand

ログメッセージ

[BLFS] Modify harfbuzz.

変更サマリ

差分

--- a/BLFS/harfbuzz.sh
+++ b/BLFS/harfbuzz.sh
@@ -10,9 +10,9 @@ TARGETDIR=$TARGET
1010
1111 echo $TARGET
1212
13-. $WRK/_checkRequired.sh \
14- glib-2
15-. $WRK/_checkOptions.sh cairo icu freetype \
13+. $WRK/_checkRequired.sh ""
14+. $WRK/_checkOptions.sh \
15+ glib-2 cairo icu freetype \
1616 graphite2 gobject-introspection gtk-doc
1717 . $WRK/_checkTarball.sh
1818 . $WRK/_checkExit.sh "$1" || exit $?
@@ -27,6 +27,10 @@ cd $TARGETDIR
2727
2828 Configuring
2929 ./configure --prefix=/usr --with-gobject \
30+ $([ ${OPTION_glib2} -eq 1 ] && echo --with-glib=yes) \
31+ $([ ${OPTION_glib2} -ne 1 ] && echo --with-glib=no) \
32+ $([ ${OPTION_gobjectintrospection} -eq 1 ] && echo --with-gobject=yes) \
33+ $([ ${OPTION_gobjectintrospection} -ne 1 ] && echo --with-gobject=no) \
3034 $([ ${OPTION_graphite2} -eq 1 ] && echo --with-graphite2) \
3135 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3236