Package: libaravis-dev Version: 0.8.30-1+b1 Severity: normal Hi. There's a missing Build-Depends. After I 'apt-install libaravis-dev' I see this: $ pkg-config --cflags aravis-0.8
Package libusb-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libusb-1.0.pc' to the PKG_CONFIG_PATH environment variable Package 'libusb-1.0', required by 'aravis-0.8', not found But I then 'apt install libusb-1.0-0-dev' and it works: $ pkg-config --cflags aravis-0.8 -I/usr/include/aravis-0.8 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/libxml2 -I/usr/include/libusb-1.0 Thanks.