From 55cc0bccf357ca13d124472822477c172cd06336 Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 27 Sep 2017 15:01:58 -0300 Subject: [PATCH] Revert "Merge commit 'a97563c889fefd81ad6b3758471434d8c2e2e550'" This reverts commit 1985071e41f4df8fc693a564e25758676bba164a, reversing changes made to a901869c19ed14c7d3647901468bd1297c9f98c0. We autodetect libxcb, so this is not necessary. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index a168feea23..a4baeb3b2a 100755 --- a/configure +++ b/configure @@ -3101,7 +3101,6 @@ v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h" v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h" vfwcap_indev_deps="vfw32 vfwcap_defines" xcbgrab_indev_deps="libxcb" -xcbgrab_indev_suggest="libxcb_shm libxcb_shape libxcb_xfixes" xv_outdev_deps="X11_extensions_Xvlib_h XvGetPortAttribute" xv_outdev_extralibs="-lXv -lX11 -lXext"