From: Emil Velikov Date: Thu, 8 Dec 2016 19:21:41 +0000 (+0000) Subject: configure: remove unneeded dri3/present proto requirements X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=291a9405a5ca9d86995501525aad37546e5dafc3;p=mesa.git configure: remove unneeded dri3/present proto requirements We are not using either of these. The respecive xcb packages are used instead. v2: Rebase, reword commit message. Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt --- diff --git a/configure.ac b/configure.ac index ba09cc32535..9c2e8d589bb 100644 --- a/configure.ac +++ b/configure.ac @@ -84,8 +84,6 @@ LIBDRM_ETNAVIV_REQUIRED=2.4.80 dnl Versions for external dependencies DRI2PROTO_REQUIRED=2.8 -DRI3PROTO_REQUIRED=1.0 -PRESENTPROTO_REQUIRED=1.0 GLPROTO_REQUIRED=1.4.14 LIBOMXIL_BELLAGIO_REQUIRED=0.0 LIBVA_REQUIRED=0.38.0 @@ -1543,11 +1541,6 @@ xdri) PKG_CHECK_MODULES([DRI2PROTO], [dri2proto >= $DRI2PROTO_REQUIRED]) GL_PC_REQ_PRIV="$GL_PC_REQ_PRIV libdrm >= $LIBDRM_REQUIRED" - if test x"$enable_dri3" = xyes; then - PKG_CHECK_MODULES([DRI3PROTO], [dri3proto >= $DRI3PROTO_REQUIRED]) - PKG_CHECK_MODULES([PRESENTPROTO], [presentproto >= $PRESENTPROTO_REQUIRED]) - fi - if test x"$enable_dri" = xyes; then dri_modules="$dri_modules xcb-dri2 >= $XCBDRI2_REQUIRED" fi