]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-1.1.0/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-1.1.0 / no-caca.patch
1
2 #
3 # Patch managed by http://www.holgerschurig.de/patcher.html
4 #
5
6 --- xine-lib-1.1.0/configure.ac~no-caca
7 +++ xine-lib-1.1.0/configure.ac
8 @@ -749,8 +749,9 @@
9  dnl Checks for Color AsCii Art library
10  dnl ---------------------------------------------
11  
12 -AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
13 -AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes")
14 +dnl AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
15 +AM_CONDITIONAL(HAVE_CACA, 0)
16 +
17  
18  
19  dnl ---------------------------------------------