summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-03-02 12:08:24 +0100
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-03-02 12:17:49 +0100
commitb4a4fddff8be025a21be28afc5f115f991e2bea7 (patch)
tree5fccf90b54db4e4eadd3f804a338060ae7e06526 /configure
parent4722446805509cba6d90d23888bd7afcca8b373e (diff)
downloadmpv-b4a4fddff8be025a21be28afc5f115f991e2bea7.tar.bz2
mpv-b4a4fddff8be025a21be28afc5f115f991e2bea7.tar.xz
wayland: change wayland-egl pkg-config version
wayland-egl is part of mesa and uses the mesa version.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e0103f8b73..ed981bb21c 100755
--- a/configure
+++ b/configure
@@ -1836,7 +1836,7 @@ fi #if darwin
echocheck "Wayland"
if test "$_wayland" != no; then
_wayland="no"
- pkg_config_add "wayland-client >= 1.0.0 wayland-egl >= 1.0.0 wayland-cursor >= 1.0.0 xkbcommon >= 0.2.0" \
+ pkg_config_add "wayland-client >= 1.0.0 wayland-egl >= 9.0.0 wayland-cursor >= 1.0.0 xkbcommon >= 0.2.0" \
&& _wayland="yes"
res_comment=""
else