summaryrefslogtreecommitdiff
path: root/glx
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2019-10-09 16:03:17 -0400
committerAdam Jackson <ajax@redhat.com>2019-10-09 16:03:17 -0400
commit3340ddf37743fdf197dfc16a97107435ff53c6e4 (patch)
treee62ee6faa0181698420cc6edba62550226a83c76 /glx
parentc7486613b0dc586f93f6ba293d9b55c69995b05c (diff)
meson: Apparently 1.2 is < 1.2.0
Siiiigh.
Diffstat (limited to 'glx')
-rw-r--r--glx/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/meson.build b/glx/meson.build
index d7a2aa468..1140522f6 100644
--- a/glx/meson.build
+++ b/glx/meson.build
@@ -74,7 +74,7 @@ if build_glx
common_dep,
dl_dep,
dependency('glproto', version: '>= 1.4.17'),
- dependency('gl', version: '>= 1.2.0'),
+ dependency('gl', version: '>= 1.2'),
],
)