summaryrefslogtreecommitdiff
path: root/present
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-06-20 12:15:31 -0400
committerAdam Jackson <ajax@redhat.com>2019-06-20 12:15:31 -0400
commite39dc0f5b7c88c9ba670383658846a1f658cbc47 (patch)
tree5cf977643fe8c6cfc25615023642d66094554fd3 /present
parent9acff309434a8029bcce1b22530043459bb71791 (diff)
present: Require presentproto 1.2
The PresentOptionSuboptimal support code is not optional (once you've enabled building Present at all), so require a protocol package version that defines what we need. Fixes: xorg/xserver#821
Diffstat (limited to 'present')
-rw-r--r--present/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/present/meson.build b/present/meson.build
index e316af20d..3dc1fc04b 100644
--- a/present/meson.build
+++ b/present/meson.build
@@ -22,7 +22,7 @@ libxserver_present = static_library('libxserver_present',
include_directories: inc,
dependencies: [
common_dep,
- dependency('presentproto', version: '>= 1.1')
+ dependency('presentproto', version: '>= 1.2')
],
c_args: '-DHAVE_XORG_CONFIG_H'
)