diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-28 22:32:44 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-02-15 12:51:12 -0800 |
commit | c1418cffb57e28cb50030f1b012ccc38bf4e7367 (patch) | |
tree | d638d6f95444fecfa8415b730d050043cb59f268 | |
parent | c1c8cf73601e0e1fee843d338b3f0f5cc0bf1c17 (diff) |
Update RandR version in meson.build to 1.6
The RandR 1.6 patches were merged without the necessary meson changes.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 8da71e3..a52aee4 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ pcs = [ ['inputproto', '2.3.2'], ['kbproto', '1.0.7'], ['presentproto', '1.1'], - ['randrproto', '1.5.0'], + ['randrproto', '1.6.0'], ['recordproto', '1.14.2'], ['renderproto', '0.11.1'], ['resourceproto', '1.2.0'], |