Looks like you have SDL built for OPIE not for X11 enviroments. Remove libsdl0 package and install one from feed/x11/
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129705\"][{POST_SNAPBACK}][/a][/div]
Maybe it's associated with my Bitbake configuration. In local.conf I have:
PREFERRED_PROVIDERS = "vitrual/qte:qte virtual/libqpe:libqpe-opie"
PREFERRED_PROVIDERS += " virtual/libsdl:libsdl-qpe"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
since I noted that it also compiled libopiecore when compiling frozen-bubble, somehow it's probably thinking that I'm using Opie. It didn't build libsdl0 though, only libsdl-1.2.0...
I've searched the OpenEmbedded wiki, but can't see what to do to specify not Opie but GPE.
Should I set something else in my local.conf and rebuild maybe?