# HG changeset patch # User iive # Date 1185834402 0 # Node ID bd94cb9f3f912faf1285defa6ed16dfcaaa7ed9d # Parent 41a77c42416b8c49487a06b2a5a5817bb16c30e6 Make teletext depend on freetype. Fixes compilation failer (in sub.c). The new teletext code modifies variables that are available only with freetype font rendering support. diff -r 41a77c42416b -r bd94cb9f3f91 configure --- a/configure Mon Jul 30 19:48:31 2007 +0000 +++ b/configure Mon Jul 30 22:26:42 2007 +0000 @@ -6740,7 +6740,7 @@ echocheck "TV teletext interface" if test "$_tv_teletext" = auto ; then - if test "$_tv_v4l2" = yes; then + if test "$_tv_v4l2" = yes && test "$_freetype" = yes ; then _tv_teletext=yes else _tv_teletext=no