Bug 1761691 - Fix audio_thread_priority build when dbus is build disabled. r=padenot

Differential Revision: https://phabricator.services.mozilla.com/D144077
This commit is contained in:
Matthew Gregan 2022-04-20 21:37:06 +00:00
parent 05c6efed91
commit ac471e08bd

View File

@ -43,7 +43,7 @@ bitsdownload = { path = "../../../components/bitsdownload", optional = true }
storage = { path = "../../../../storage/rust" }
bookmark_sync = { path = "../../../components/places/bookmark_sync", optional = true }
chardetng_c = "0.1.1"
audio_thread_priority = { version = "0.26.1" }
audio_thread_priority = { version = "0.26.1", default_features = false, features = ["winapi"] }
mdns_service = { path="../../../../dom/media/webrtc/transport/mdns_service", optional = true }
neqo_glue = { path = "../../../../netwerk/socket/neqo_glue" }
wgpu_bindings = { path = "../../../../gfx/wgpu_bindings" }