summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-01-09 11:40:23 +0100
committerGerd Hoffmann <kraxel@redhat.com>2015-05-05 10:48:22 +0200
commitcd2bc889e5b30c69926fc1511b6522e7cb4c705d (patch)
tree2e436873e72110ad1b22b5b4d84f409d6a05b5aa /configure
parent985e1c9b008e5e8b6eac41546266d3abcfa6282a (diff)
downloadhqemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.zip
hqemu-cd2bc889e5b30c69926fc1511b6522e7cb4c705d.tar.gz
console-gl: add opengl rendering helper functions
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 255d85b..b18aa9e 100755
--- a/configure
+++ b/configure
@@ -3142,7 +3142,7 @@ else
fi
if test "$opengl" != "no" ; then
- opengl_pkgs="gl"
+ opengl_pkgs="gl glesv2"
if $pkg_config $opengl_pkgs x11 && test "$have_glx" = "yes"; then
opengl_cflags="$($pkg_config --cflags $opengl_pkgs) $x11_cflags"
opengl_libs="$($pkg_config --libs $opengl_pkgs) $x11_libs"
OpenPOWER on IntegriCloud