]> git.ipfire.org Git - thirdparty/qemu.git/commit - configure
opengl: fix configure test
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 16 Mar 2015 09:03:53 +0000 (10:03 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 17 Mar 2015 10:10:48 +0000 (11:10 +0100)
commitb1546f3210d89662dca3e88e1021a0089f003551
tree86af716a2ac2efaf09461a1e15be6dcdbd049f28
parent17b11a1406fdc43b5022f32a6fbfcb005a353b38
opengl: fix configure test

Re-add the glx compile test to configure.  We can't use pkg-config to
probe for glx, and as long as milkymist-tmu2 privately uses glx (due to
opengl infrastructure in qemu not being ready yet) we must continue to
test for glx to avoid build failures.

Reported-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
configure