diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-01-06 15:40:00 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-05-29 11:11:38 +0200 |
commit | 7ced9e9f6da2257224591b91727cfeee4f3977fb (patch) | |
tree | bc8e3bddfbd7906bc275beb6f1e10a39daf7e988 /configure | |
parent | 896e1a050a0d333b1f0ec0768cc64e26c5d0d104 (diff) | |
download | qemu-7ced9e9f6da2257224591b91727cfeee4f3977fb.zip |
ui: add egl-helpers
Add helper functions to initialize OpenGL using egl.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3166,7 +3166,7 @@ else fi if test "$opengl" != "no" ; then - opengl_pkgs="gl glesv2 epoxy" + opengl_pkgs="gl glesv2 epoxy egl" 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" |