summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-02 20:03:15 +0200
committerAlexander Preisinger <alexander.preisinger@gmail.com>2013-05-02 21:01:19 +0200
commitc0b8c35e3ba858ef8e5e47ebc45ccaa88ef86348 (patch)
treeee7ec6fedced3e6c052d2710e33bdb8ef721b732 /configure
parent0d1cd116d7d17e2a61c2d7d93184dde7c655c947 (diff)
downloadmpv-c0b8c35e3ba858ef8e5e47ebc45ccaa88ef86348.tar.bz2
mpv-c0b8c35e3ba858ef8e5e47ebc45ccaa88ef86348.tar.xz
wayland: use new function xkb_keymap_from_buffer
Bump xkbcommon version and use the new xkb_keymap_from_buffer. This is more secure, because the from_string expects a 0 terminated string, but this cannot be guaranteed with mmap.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2f33e80974..2119eb73f3 100755
--- a/configure
+++ b/configure
@@ -1786,7 +1786,7 @@ fi #if darwin
echocheck "Wayland"
if test "$_wayland" != no; then
_wayland="no"
- pkg_config_add "wayland-client >= 1.0.0 wayland-egl >= 9.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.3.0" \
&& _wayland="yes"
res_comment=""
else