diff options
author | Dave Airlie <airlied@redhat.com> | 2012-07-07 10:20:58 +0100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-07-07 10:39:10 +0100 |
commit | 234022cfb3ad2a1b16ab7981ce69f9cd5ba0fbeb (patch) | |
tree | e9efb9bde06fab9762a02e80268247bbc6099ce1 /configure.ac | |
parent | c41922940adbc8891575b3321fadf01ff4cb5854 (diff) |
configure: bump dri2proto to 2.8
This is required for the prime macros.
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2442bac36..74e7e9a09 100644 --- a/configure.ac +++ b/configure.ac @@ -775,7 +775,7 @@ RECORDPROTO="recordproto >= 1.13.99.1" SCRNSAVERPROTO="scrnsaverproto >= 1.1" RESOURCEPROTO="resourceproto >= 1.2.0" DRIPROTO="xf86driproto >= 2.1.0" -DRI2PROTO="dri2proto >= 2.7" +DRI2PROTO="dri2proto >= 2.8" XINERAMAPROTO="xineramaproto" BIGFONTPROTO="xf86bigfontproto >= 1.2.0" DGAPROTO="xf86dgaproto >= 2.0.99.1" |