uhd: Improve comments near disabled features

This commit is contained in:
Doron Behar 2023-10-07 13:07:29 +03:00
parent 800db5445d
commit bae9a9cc4e

View File

@ -8,13 +8,19 @@
, boost
, ncurses
, enableCApi ? true
# requires numpy
# Although we handle the Python API's dependencies in pythonEnvArg, this
# feature is currently disabled as upstream attempts to run `python setup.py
# install` by itself, and it fails because the Python's environment's prefix is
# not a writable directly. Adding support for this feature would require using
# python's pypa/build nad pypa/install hooks directly, and currently it is hard
# to do that because it all happens after a long buildPhase of the C API.
, enablePythonApi ? false
, python3
, buildPackages
, enableExamples ? false
, enableUtils ? false
, libusb1
# Disable dpdk for now due to compilation issues.
, enableDpdk ? false
, dpdk
# Devices