diff options
author | Koen Kooi <koen@openembedded.org> | 2005-03-02 09:07:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-03-02 09:07:50 +0000 |
commit | e548deef4564a43abff40aec0cf29e04e055edd4 (patch) | |
tree | 711e6b5ecbfe7db7b030dd7524366271a7a40ed9 | |
parent | ad6adef1d9383ad8d228334fb642498081242ec7 (diff) |
libxine-opie_1.0.bb:
disable libcacatest, courtesy Paul Eggleton
BKrev: 42258266VMQkswE2-t1jmc7ZCBzyeQ
-rw-r--r-- | packages/libxine/libxine-opie_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libxine/libxine-opie_1.0.bb b/packages/libxine/libxine-opie_1.0.bb index 246b3705f5..11d1944b36 100644 --- a/packages/libxine/libxine-opie_1.0.bb +++ b/packages/libxine/libxine-opie_1.0.bb @@ -46,7 +46,8 @@ EXTRA_OECONF="-with-zlib-path=${STAGING_DIR}/${HOST_SYS} \ --disable-aalib \ --without-v4l --without-arts --without-sdl \ --disable-dxr3 --without-xv --without-xvmc \ - --without-xxmc --without-Xshm --without-x " + --without-xxmc --without-Xshm --without-x \ + --disable-cacatest" do_compile() { oe_runmake LIBTOOL=${S}/${TARGET_SYS}-libtool |