Hi Balint,
Since libtypec installs include files and libs to the standard
locations actually there is no need to set those paths.
I think I would use the following patch:
--- a/libtypec.pc.in
+++ b/libtypec.pc.in
@@ -1,12 +1,9 @@
prefix=/usr
exec_prefix=/usr
-libdir=${exec_prefix}/lib/x86_64-linux-gnu
-includedir=${prefix}/
Name: libtypec
Description: USB-Type C and USB Power Delivery class devices
Version: 0.4.0
Requires:
-Libs: -L${libdir} -llibtypec
-Cflags: -I${includedir}
+Libs: -llibtypec
Ah, good idea. I've refreshed package with this change. Also updated the
.symbols file and uploaded a -4 to mentors.
Colin