]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-fb/no-caca.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-fb / no-caca.patch
1 Index: xine-lib-1.0/configure.ac
2 ===================================================================
3 --- xine-lib-1.0.orig/configure.ac      2005-03-06 16:50:09.019575452 +0100
4 +++ xine-lib-1.0/configure.ac   2005-03-06 17:07:55.605266498 +0100
5 @@ -719,8 +719,9 @@
6  dnl Checks for Color AsCii Art library
7  dnl ---------------------------------------------
8  
9 -AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
10 -AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes")
11 +dnl AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
12 +AM_CONDITIONAL(HAVE_CACA, 0)
13 +
14  
15  
16  dnl ---------------------------------------------