]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: do not check for GL libraries
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 8 Feb 2019 14:45:52 +0000 (15:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Feb 2019 16:05:49 +0000 (16:05 +0000)
commit7dd4cb07e081dd73b0795cc3ec5e23974492c761
tree7115425c4e48d61811301fa9ddd8bfde42d8e9e9
parenta15b7a1b5f2b4539dec9ba14aa04f6395e5a9c36
runqemu: do not check for GL libraries

qemu has been using libepoxy for a long time, and libepoxy loads GL via dlopen()
only when instructed to.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu