diff options
author | Nikias Bassen | 2018-09-17 18:11:47 +0200 |
---|---|---|
committer | Nikias Bassen | 2018-09-17 18:11:47 +0200 |
commit | 4daf6d84f7271cc19256c45b52c63b99ba7b4391 (patch) | |
tree | 9329f344b20d753ee5b43bda609b6db51a2d6530 /libirecovery.pc.in | |
parent | 85d352a6bd4c4d3fef26bc1bec289254939950f9 (diff) | |
download | libirecovery-4daf6d84f7271cc19256c45b52c63b99ba7b4391.tar.gz libirecovery-4daf6d84f7271cc19256c45b52c63b99ba7b4391.tar.bz2 |
Add configuration option to allow compiling without USB driver
Using --with-dummy, libirecovery can be compiled in a way that it will
not require any USB driver at all. This is only useful if you just want
to query libirecovery's device database by product type or hardware model,
namely using:
irecv_devices_get_device_by_product_type();
irecv_devices_get_device_by_hardware_model();
All other function are either no-op or return IRECV_E_UNSUPPORTED
if the library is compiled this way.
Diffstat (limited to 'libirecovery.pc.in')
0 files changed, 0 insertions, 0 deletions