Bug 1790496 - P4 - add libdrm to webrtc moz.build;r=mjf

Differential Revision: https://phabricator.services.mozilla.com/D164034
This commit is contained in:
Nico Grunbaum 2023-01-19 21:23:58 +00:00
parent 6095547b8d
commit 340651ae8d

View File

@ -84,7 +84,11 @@ if CONFIG["MOZ_WEBRTC_SIGNALING"]:
]
if CONFIG["MOZ_WIDGET_TOOLKIT"] == "gtk":
DIRS += ["/third_party/pipewire/libpipewire"]
DIRS += [
"/third_party/drm/",
"/third_party/drm/libdrm",
"/third_party/pipewire/libpipewire",
]
# Avoid warnings from third-party code that we can not modify.
if CONFIG["CC_TYPE"] == "clang-cl":