diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2017-02-16 00:03:05 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-28 09:46:15 -0400 |
commit | 183538c2e23ccbd495580f895069b22d44135d68 (patch) | |
tree | 534a9a02747e1369b02508289939651d43e0945a /meson.build | |
parent | 50d9484083f5bc95aa8d121714e9959c0a06f9fd (diff) | |
download | gtk+-183538c2e23ccbd495580f895069b22d44135d68.tar.gz |
Bump up the dependency on libepoxy
We are going to use new API to detect whether or not GLX is available
before calling GL API.
https://bugzilla.gnome.org/show_bug.cgi?id=775279
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 00846857a0..fc5bf96ecb 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ wayland_req = '>= 1.9.91' mirclient_req = '>= 0.22.0' mircookie_req = '>= 0.17.0' graphene_req = '>= 1.5.1' -epoxy_req = '>= 1.0' +epoxy_req = '>= 1.4' cloudproviders_req = '>= 0.2.0' xkbcommon_req = '>= 0.2.0' |