Browse Source

port bug 1877852

Bill Gianopoulos 8 months ago
parent
commit
4b5cc2c23d

+ 33 - 0
comm-central/patches/9999999-port1877852-suite-bustage.patch

@@ -0,0 +1,33 @@
+# HG changeset patch
+# User Bill Gianopoulos <wgianopoulos@gmail.com>
+# Date 1706784145 0
+Bug 9999999 - Port bug 1877852 to suite.
+Bug 1877852 - Stop shipping qipcap64.dll stub DLL.
+
+diff --git a/suite/installer/package-manifest.in b/suite/installer/package-manifest.in
+--- a/suite/installer/package-manifest.in
++++ b/suite/installer/package-manifest.in
+@@ -135,23 +135,16 @@
+ @BINPATH@/@DLL_PREFIX@mozgtk@DLL_SUFFIX@
+ #ifdef MOZ_WAYLAND
+ @BINPATH@/vaapitest
+ @BINPATH@/@DLL_PREFIX@mozwayland@DLL_SUFFIX@
+ #endif
+ #endif
+ @RESPATH@/license.txt
+ @RESPATH@/blocklist.xml
+-#ifdef XP_WIN
+-#ifdef _AMD64_
+-@BINPATH@/@DLL_PREFIX@qipcap64@DLL_SUFFIX@
+-#else
+-@BINPATH@/@DLL_PREFIX@qipcap@DLL_SUFFIX@
+-#endif
+-#endif
+ 
+ ; [Components]
+ #ifdef ACCESSIBILITY
+ #ifdef XP_WIN
+ @BINPATH@/AccessibleMarshal.dll
+ #endif
+ #endif
+ @RESPATH@/components/extensions.manifest

+ 1 - 0
comm-central/patches/series

@@ -1,3 +1,4 @@
+9999999-port1877852-suite-bustage.patch
 TOP-1642188-remove-nsDOMIEvent-cc.patch
 TOP-1614671-port1456035-4-and-5-61a1-cc.patch
 TOP-1611647-1-rename-xul-suite.patch