diff options
author | Adam Jackson <ajax@redhat.com> | 2019-10-09 15:17:47 -0400 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2019-11-05 08:12:03 -0800 |
commit | e16eb696f2238796827794d2d3b23f268cf4daf0 (patch) | |
tree | 758d804ad530d5743546ec768aea50eec6b438bb | |
parent | a57729d3180ee4bc3ae012cfd03fe5188d858a83 (diff) |
meson: Fix another reference to "gl" 9.2.0
Previous commit e6ef2b12 missed a spot.
(cherry picked from commit c7486613b0dc586f93f6ba293d9b55c69995b05c)
-rw-r--r-- | glx/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glx/meson.build b/glx/meson.build index bd5c62fea..e25e108cd 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: '>= 9.2.0'), + dependency('gl', version: '>= 1.2.0'), ], ) |