diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-10 07:09:17 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-10 07:09:55 -0800 |
commit | f69f4f417c6807405e45289b39a80f1b9a55f9e6 (patch) | |
tree | b00f2e23fd48215a834e31e095ba7762101d98b8 | |
parent | 576f3d36dd324bd0d16c9968f1ded5c5eead3569 (diff) |
Depend on latest glproto (1.4.17)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 11a3e1199..a093c194c 100644 --- a/configure.ac +++ b/configure.ac @@ -782,7 +782,7 @@ DRI3PROTO="dri3proto >= 1.0" XINERAMAPROTO="xineramaproto" BIGFONTPROTO="xf86bigfontproto >= 1.2.0" DGAPROTO="xf86dgaproto >= 2.0.99.1" -GLPROTO="glproto >= 1.4.16" +GLPROTO="glproto >= 1.4.17" DMXPROTO="dmxproto >= 2.2.99.1" VIDMODEPROTO="xf86vidmodeproto >= 2.2.99.1" WINDOWSWMPROTO="windowswmproto" |