ralphy wrote: 
> 
> 
> If jivelite is still in fact using the system libSDL use the 'patchelf
> program' (https://nixos.org/patchelf.html) to set the RPATH inside the
> binary as I've found that setting LD_LIBRARY_PATH doesn't always work.
> 
> patchelf --set-rpath "/usr/local/lib" jivelite
> 
> ldd jivelite
> 
> should show jivelite using the /usr/local/lib SDL.
> 
> There should be a patchelf package available for ubuntu.

Brilliant, thank you.  Patchelf worked, and now Jivelite seems to be
responding to TSLIB - I can touch the screen and the correct part of the
menu responds, i.e.it highlights for a moment, but the menu item doesn't
actually trigger anything.  By leaving the cursor visible I can see that
although the menu item responds where I touch the screen, the cursor is
elsewhere (currently top-left of the screen)!  Must be something to do
with SDL_MOUSEDRV/SDL_MOUSEDEV I guess.  Something for me to get my
teeth into later.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to