summaryrefslogtreecommitdiff
path: root/recipes/libxine/libxine-fb/no-caca.patch
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2009-03-28 16:15:51 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2009-03-31 10:01:05 +0200
commit01782313f289ff9cef1f2976db9b10bacfe8e2a5 (patch)
treef8464e8862495423cfddcc2fd3bca74dcd31a70e /recipes/libxine/libxine-fb/no-caca.patch
parent20dc6592d98595aac0a107f4eb06e27b915ee0db (diff)
libxine: remove older verison and add the actual 1.1.16
* dont seperate x11 and fb anymore xine can handle it via plugins * therefore all recipes wich depends on libxine-fb or libxine-x11 have to changed to libxine
Diffstat (limited to 'recipes/libxine/libxine-fb/no-caca.patch')
-rw-r--r--recipes/libxine/libxine-fb/no-caca.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/libxine/libxine-fb/no-caca.patch b/recipes/libxine/libxine-fb/no-caca.patch
deleted file mode 100644
index 978c4fc38a..0000000000
--- a/recipes/libxine/libxine-fb/no-caca.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: xine-lib-1.0/configure.ac
-===================================================================
---- xine-lib-1.0.orig/configure.ac 2005-03-06 16:50:09.019575452 +0100
-+++ xine-lib-1.0/configure.ac 2005-03-06 17:07:55.605266498 +0100
-@@ -719,8 +719,9 @@
- dnl Checks for Color AsCii Art library
- dnl ---------------------------------------------
-
--AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
--AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes")
-+dnl AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
-+AM_CONDITIONAL(HAVE_CACA, 0)
-+
-
-
- dnl ---------------------------------------------