IOSurface: remove xpc dependency
This commit is contained in:
parent
6515b56871
commit
9dc3b14859
1 changed files with 1 additions and 3 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue