diff options
author | Holger Freyther <zecke@selfish.org> | 2005-03-04 23:44:54 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2005-03-04 23:44:54 +0000 |
commit | 7cd608519151759c77e09a45de4fbf367ce5ee35 (patch) | |
tree | 30557f50a9e83067678524760dda885a894a46cd /packages | |
parent | b0c07e23d29889465c4f031d757a6796d3bd7896 (diff) |
libxine for opie:
-Disabling the cacatest resulted in the attempt to build the caca output plugin.
We disable caca completely now (tested with caca headers installed when cross compiling xine)
BKrev: 4228f2f6wn__7mc1SSO5Di_S1lW6zw
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libxine/libxine-opie_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libxine/libxine-opie_1.0.bb b/packages/libxine/libxine-opie_1.0.bb index 11d1944b36..2f9a1530d6 100644 --- a/packages/libxine/libxine-opie_1.0.bb +++ b/packages/libxine/libxine-opie_1.0.bb @@ -47,7 +47,7 @@ EXTRA_OECONF="-with-zlib-path=${STAGING_DIR}/${HOST_SYS} \ --without-v4l --without-arts --without-sdl \ --disable-dxr3 --without-xv --without-xvmc \ --without-xxmc --without-Xshm --without-x \ - --disable-cacatest" + --disable-cacatest --without-caca " do_compile() { oe_runmake LIBTOOL=${S}/${TARGET_SYS}-libtool |