aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2015-01-06 15:40:00 +0100
committerGerd Hoffmann <kraxel@redhat.com>2015-05-29 11:11:38 +0200
commit7ced9e9f6da2257224591b91727cfeee4f3977fb (patch)
treebc8e3bddfbd7906bc275beb6f1e10a39daf7e988 /configure
parent896e1a050a0d333b1f0ec0768cc64e26c5d0d104 (diff)
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-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ac3729673f..4e2f78a173 100755
--- a/configure
+++ b/configure
@@ -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"