Bug 1832465 - remove libXtst usage from libwebrtc - moz.build file updates. r=ng,webrtc-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D189387
This commit is contained in:
Michael Froman 2023-09-28 14:12:27 +00:00
parent de4c319604
commit 7e1f825876
3 changed files with 12 additions and 23 deletions

View File

@ -22,4 +22,4 @@
# changes to stick? As of bug 928195, this shouldn't be necessary! Please
# don't change CLOBBER for WebIDL changes any more.
Merge day clobber 2023-09-25
Modified build files in third_party/libwebrtc - Bug 1832465 - remove libXtst usage from libwebrtc

View File

@ -135,8 +135,7 @@ if CONFIG["OS_TARGET"] == "OpenBSD":
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
SOURCES += [
@ -347,8 +346,7 @@ if CONFIG["CPU_ARCH"] == "ppc64":
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -376,8 +374,7 @@ if CONFIG["CPU_ARCH"] == "riscv64":
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -520,8 +517,7 @@ if CONFIG["CPU_ARCH"] == "aarch64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_T
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -549,8 +545,7 @@ if CONFIG["CPU_ARCH"] == "arm" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGE
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -578,8 +573,7 @@ if CONFIG["CPU_ARCH"] == "mips32" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TA
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -607,8 +601,7 @@ if CONFIG["CPU_ARCH"] == "mips64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TA
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -636,8 +629,7 @@ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGE
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [
@ -665,8 +657,7 @@ if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TA
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
UNIFIED_SOURCES += [

View File

@ -111,8 +111,7 @@ if CONFIG["OS_TARGET"] == "OpenBSD":
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
if CONFIG["OS_TARGET"] == "WINNT":
@ -227,8 +226,7 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux":
"Xext",
"Xfixes",
"Xrandr",
"Xrender",
"Xtst"
"Xrender"
]
if CONFIG["CPU_ARCH"] == "arm" and CONFIG["OS_TARGET"] == "Android":