Date: Fri, 26 Nov 2010 10:33:57 +0100 Task `configure` fails with the following error.
[…]
checking for ENCA... yes
checking for XT... yes
checking for XTST... no
configure: error: Could not find a required library. Please see the
README for your platform.
ERROR: Function do_configure failed
Adding `libxtst` to `DEPENDS` fixes this error with the following build
configuration.
Build Configuration:
BB_VERSION = "1.10.0"
METADATA_BRANCH = "org.openembedded.dev"
METADATA_REVISION = "97ea91e"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "angstrom"
DISTRO_VERSION = "2010.7-test-20101126"
TARGET_FPU = "hard"
Signed-off-by: Paul Menzel <[email protected]>
---
recipes/xbmc/xbmc_svn.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/xbmc/xbmc_svn.bb b/recipes/xbmc/xbmc_svn.bb
index d03ea0b..7880a57 100644
--- a/recipes/xbmc/xbmc_svn.bb
+++ b/recipes/xbmc/xbmc_svn.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "XBMC Media Center"
LICENSE = "xbmc"
-DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug
libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl
mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi
libsamplerate0 libxrandr bzip2 virtual/libsdl jasper"
+DEPENDS = "libxmu fribidi mpeg2dec ffmpeg samba fontconfig curl libmodplug
libmicrohttpd wavpack libmms cmake-native libsdl-image libsdl-mixer virtual/egl
mysql5 sqlite3 libmms faad2 libcdio libpcre boost lzo2 enca avahi
libsamplerate0 libxrandr libxtst bzip2 virtual/libsdl jasper"
require recipes/egl/egl.inc
SRCREV = "e2ab481ebe964321c358ab9d6402088c714adcbe"
--
1.7.2.3
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
