diff options
| author | Brian Ashworth <RedSoxFan@users.noreply.github.com> | 2018-05-20 09:37:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-20 09:37:49 -0400 |
| commit | aacde78dafb52f2c33ced64cb7b9bf17d1d8bcbe (patch) | |
| tree | 561bce67d6264278683ec481ba9c9979d0754735 /meson.build | |
| parent | 750a497a8b5cf7c1ec8c46db7d7a531fcfb1a86f (diff) | |
| parent | cab0dd8281daecfb4ef2452fddc4b7aae9143fb7 (diff) | |
Merge branch 'master' into premultiply-alpha
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b943236f..d4ee1a11 100644 --- a/meson.build +++ b/meson.build @@ -29,7 +29,7 @@ wayland_server = dependency('wayland-server') wayland_client = dependency('wayland-client') wayland_cursor = dependency('wayland-cursor') wayland_egl = dependency('wayland-egl') -wayland_protos = dependency('wayland-protocols') +wayland_protos = dependency('wayland-protocols', version: '>=1.14') xkbcommon = dependency('xkbcommon') cairo = dependency('cairo') pango = dependency('pango') |
