dl1ksv / gr-fcdproplus

gnuradio funcube dongle and funcube dongle pro+ source
GNU General Public License v3.0
18 stars 17 forks source link

Please unbundle hidapi #8

Closed yarda closed 9 years ago

yarda commented 9 years ago

There is bundled hidapi. Please unbundle it as it may be problems for some distros to include packages with bundled libraries. Or at least please make it optional for distro builders to be able to link with the system hidapi.

dl1ksv commented 9 years ago

During build now cmake looks for an hidapi-lib in the system directory. If the lib is found, the lib together with the correspondent header will be used otherwise the appropriate file in the hid -directory will be taken ( hid.c -- linux, hidmac.c MAC OSX ) The MAC OSX part is untested.