Skip to content
This repository has been archived by the owner on Sep 30, 2018. It is now read-only.

Commit

Permalink
[droid] drop fontconfig in xbmc. libass needs it but we don't.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Fields committed Jul 12, 2012
1 parent 508b8dc commit f86be52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -849,9 +849,6 @@ if test "$target_platform" = "target_android" ; then
AC_CHECK_LIB([python$PYTHON_VERSION], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([android], [main],, AC_MSG_ERROR($missing_library))
fi
PKG_CHECK_MODULES([FONTCONFIG], [fontconfig],
[INCLUDES="$INCLUDES $FONTCONFIG_CFLAGS"; LIBS="$LIBS $FONTCONFIG_LIBS"],
AC_MSG_ERROR($missing_library))
PKG_CHECK_MODULES([FRIBIDI], [fribidi],
[INCLUDES="$INCLUDES $FRIBIDI_CFLAGS"; LIBS="$LIBS $FRIBIDI_LIBS"],
AC_MSG_ERROR($missing_library))
Expand Down

0 comments on commit f86be52

Please sign in to comment.