File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Original file line number Diff line number Diff line change @@ -892,15 +892,15 @@ if build "libsdl" "2.28.5"; then
892
892
build_done " libsdl" $CURRENT_PACKAGE_VERSION
893
893
fi
894
894
895
- if build " FreeType2" " 2.11.1" ; then
896
- download " https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION .tar.xz"
897
- execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
898
- execute make -j $MJOBS
899
- execute make install
900
- build_done " FreeType2" $CURRENT_PACKAGE_VERSION
901
- fi
895
+ # if build "FreeType2" "2.11.1"; then
896
+ # download "https://downloads.sourceforge.net/freetype/freetype-$CURRENT_PACKAGE_VERSION.tar.xz"
897
+ # execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
898
+ # execute make -j $MJOBS
899
+ # execute make install
900
+ # build_done "FreeType2" $CURRENT_PACKAGE_VERSION
901
+ # fi
902
902
903
- CONFIGURE_OPTIONS+=(" --enable-libfreetype" )
903
+ # CONFIGURE_OPTIONS+=("--enable-libfreetype")
904
904
905
905
if $NONFREE_AND_GPL ; then
906
906
if build " srt" " 1.5.3" ; then
You can’t perform that action at this time.
0 commit comments