IOSurface: remove xpc dependency

This commit is contained in:
Stéphan Kochen 2022-07-19 21:14:58 +02:00 committed by toonn
parent 6515b56871
commit 9dc3b14859
No known key found for this signature in database
GPG key ID: 44FF902A66DF4576

View file

@ -89,9 +89,7 @@
IOBluetooth = { inherit CoreBluetooth IOKit; };
IOBluetoothUI = { inherit IOBluetooth; };
IOKit = {};
# `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; };
IOSurface = { inherit IOKit; };
IOUSBHost = {};
IdentityLookup = {};
ImageCaptureCore = {};