diff options
author | Holger Freyther <zecke@selfish.org> | 2004-11-17 23:53:20 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-11-17 23:53:20 +0000 |
commit | cbfbf8ba40d78a5c53f61d44c28b06bf1091cf56 (patch) | |
tree | 7d424bf448a3cd6422404ad9844dd6d8bfd1461b /libxine | |
parent | dbe13eb7a5575218355d9c33dc6c93f5676bdb37 (diff) |
Opie libxine:
-Build without x
need to apply a patch to configure.ac to have HAVE_VLDXVMC set to false even
if configured without-x
BKrev: 419be4706gKzQ-bucWCissm4UsE0zA
Diffstat (limited to 'libxine')
-rw-r--r-- | libxine/libxine-opie-1.0.0-rc7/fix-x.patch | 0 | ||||
-rw-r--r-- | libxine/libxine-opie_1.0.0-rc7.oe | 5 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libxine/libxine-opie-1.0.0-rc7/fix-x.patch b/libxine/libxine-opie-1.0.0-rc7/fix-x.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/libxine/libxine-opie-1.0.0-rc7/fix-x.patch diff --git a/libxine/libxine-opie_1.0.0-rc7.oe b/libxine/libxine-opie_1.0.0-rc7.oe index b0d5db2ba6..847e9e38fb 100644 --- a/libxine/libxine-opie_1.0.0-rc7.oe +++ b/libxine/libxine-opie_1.0.0-rc7.oe @@ -22,7 +22,8 @@ SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-1-rc7.tar. file://libxine-libvorbis.patch;patch=1 \ file://libxine-tremor-autoconf.patch;patch=1 \ file://mpegvideo-static-inlinine.patch;patch=1 \ - file://libxine-arm-configure.patch;patch=1 " + file://libxine-arm-configure.patch;patch=1 \ + file://fix-x.patch;patch=1 " @@ -45,7 +46,7 @@ EXTRA_OECONF="-with-zlib-path=${STAGING_DIR}/${HOST_SYS} \ --disable-aalib --with-xv-path=${STAGING_LIBDIR} \ --without-v4l --without-arts --without-sdl \ --disable-dxr3 --without-xv --without-xvmc \ - --without-xxmc --without-Xshm " + --without-xxmc --without-Xshm --without-x " do_compile() { oe_runmake LIBTOOL=${S}/${TARGET_SYS}-libtool |