]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: modify search paths for libgl
authorAnders Darander <anders@chargestorm.se>
Wed, 17 Aug 2011 13:19:46 +0000 (15:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Aug 2011 16:05:51 +0000 (09:05 -0700)
commit66e34066a0ac71f4212824b1e6353a4d323f4e21
treef167b1a21013b1653dd23dc0bcf771473c019627
parent32f74152dfe583f005c8654910b15cd7d0e3d421
scripts/runqemu: modify search paths for libgl

On e.g. Debian libql is found under /usr/lib/x86_64-linux-gnu/libGL.so.
Use a wildcard to match different locations, as uname -i only return unknown on Debian.

Signed-off-by: Anders Darander <anders@chargestorm.se>
scripts/runqemu