summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-10-22 20:35:35 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2014-10-23 14:29:45 +0200
commit86ff51b8427ff43ef681cd4a53b06a0557560064 (patch)
treeb462fe3d72993e7746e59b6b4376577d09c568ee /configure.ac
parent98452efea23cf0cbbbc7670926ce5c68c4d9880c (diff)
downloadgtk+-86ff51b8427ff43ef681cd4a53b06a0557560064.tar.gz
configure: wayland-egl drop version since it is part of mesa not wayland
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4870bfc887..419ac1950a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -433,7 +433,7 @@ fi
PKG_PROG_PKG_CONFIG
-WAYLAND_DEPENDENCIES="wayland-client >= wayland_required_version xkbcommon >= 0.2.0 wayland-cursor >= wayland_required_version wayland-egl >= wayland_required_version"
+WAYLAND_DEPENDENCIES="wayland-client >= wayland_required_version xkbcommon >= 0.2.0 wayland-cursor >= wayland_required_version wayland-egl"
if test "$enable_wayland_backend" = "maybe" ; then
AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no])
PKG_CHECK_EXISTS($WAYLAND_DEPENDENCIES, [have_wayland_deps=yes], [have_wayland_deps=no])