Revert "darwin.apple_sdk.frameworks.IOSurface: use Libsystem instead of xpc (#161561)"

This reverts commit 92074a45f3.
This commit is contained in:
Malo Bourgon 2022-03-03 13:24:14 -08:00 committed by veprbl
parent a072933f52
commit 62860b31ef

View file

@ -89,7 +89,9 @@
IOBluetooth = { inherit CoreBluetooth IOKit; };
IOBluetoothUI = { inherit IOBluetooth; };
IOKit = {};
IOSurface = { inherit IOKit Libsystem; };
# `IOSurface` should depend on `Libsystem` (in place of `xpc`) but this currently causes build
# issues due to incompatibility issues between `Libsystem` and `libcxx`.
IOSurface = { inherit IOKit xpc; };
IOUSBHost = {};
IdentityLookup = {};
ImageCaptureCore = {};