How did you install the vitamtp library? It also needs the libvitamtp.pc file installed for the PKGCONFIG line to work.lembas wrote:but if I leave the PKGCONFIG line there, I get
Code: Select all
Project ERROR: Package libvitamtp not found
In my case:
Code: Select all
~ % ls -l /usr/lib/pkgconfig/libvitamtp.pc
-rw-r--r-- 1 root root 280 sep 22 18:15 /usr/lib/pkgconfig/libvitamtp.pc
~ % pkg-config --libs libvitamtp
-lvitamtp
~ % pkg-config --cflags libvitamtp
-I/usr/include/libusb-1.0 -I/usr/include/libxml2
[/spoiler]