View | Details | Raw Unified | Return to bug 228673
Collapse All | Expand All

(-)files/patch-configure (+16 lines)
Lines 51-56 Link Here
51
     dri3_default=yes
51
     dri3_default=yes
52
     ;;
52
     ;;
53
 *)
53
 *)
54
@@ -26765,13 +26765,13 @@
55
     have_vdpau_platform=no
56
 fi
57
 
58
-if echo $platforms | grep -q "x11\|drm"; then
59
+if echo $platforms | egrep -q "x11|drm"; then
60
     have_omx_platform=yes
61
 else
62
     have_omx_platform=no
63
 fi
64
 
65
-if echo $platforms | grep -q "x11\|drm\|wayland"; then
66
+if echo $platforms | egrep -q "x11|drm|wayland"; then
67
     have_va_platform=yes
68
 else
69
     have_va_platform=no
54
@@ -27096,9 +27106,6 @@ rm -f core conftest.err conftest.$ac_obj
70
@@ -27096,9 +27106,6 @@ rm -f core conftest.err conftest.$ac_obj
55
         CLANG_LIBDIR=${LLVM_LIBDIR}
71
         CLANG_LIBDIR=${LLVM_LIBDIR}
56
     fi
72
     fi

Return to bug 228673