I managed to get libnfc to compile: The issue is that it is using the legacy libusb, so libusb-1.0-dev is not enough.
You also need this package:
libusb-0.1-dev_0.1.5-r0_core2-32.ipk
After that, ./configure will find the library properly.
I managed to get libnfc to compile: The issue is that it is using the legacy libusb, so libusb-1.0-dev is not enough.
You also need this package:
libusb-0.1-dev_0.1.5-r0_core2-32.ipk
After that, ./configure will find the library properly.