mirror of
https://github.com/daijro/camoufox.git
synced 2026-09-12 08:00:48 +00:00
fix: add camoucfg include path to webgl-spoofing.patch for Firefox 146 compatibility
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
diff --git a/dom/canvas/moz.build b/dom/canvas/moz.build
|
||||
index xxxxxxxxxx..yyyyyyyyyy 100644
|
||||
--- a/dom/canvas/moz.build
|
||||
+++ b/dom/canvas/moz.build
|
||||
@@ -188,6 +188,8 @@ SOURCES += [
|
||||
# Suppress warnings from third-party code.
|
||||
SOURCES["MurmurHash3.cpp"].flags += ["-Wno-implicit-fallthrough"]
|
||||
|
||||
+LOCAL_INCLUDES += ["/camoucfg"]
|
||||
+
|
||||
LOCAL_INCLUDES += [
|
||||
"/js/xpconnect/wrappers",
|
||||
]
|
||||
diff --git a/dom/canvas/ClientWebGLContext.cpp b/dom/canvas/ClientWebGLContext.cpp
|
||||
index 11578f425f..6c77acd7f3 100644
|
||||
--- a/dom/canvas/ClientWebGLContext.cpp
|
||||
|
||||
Reference in New Issue
Block a user