diff options
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 |