buildroot/package/qextserialport/0003-pkgconfig.patch
Peter Korsgaard 298cd8eaa2 package/*: rename patches according to the new policy
Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345)

Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-02-03 14:52:56 +01:00

20 lines
570 B
Diff

Add a pkgconfig file to ease usage with applications
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Index: qextserialport-ef4af2a2ee3f/qextserialport.pc
===================================================================
--- /dev/null
+++ qextserialport-ef4af2a2ee3f/qextserialport.pc
@@ -0,0 +1,10 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include/QExtSerialPort
+
+Name: QtExtSerialPort
+Description: QtExtSerialPort library
+Version: 1.2.0
+Libs: -L${libdir} -lqextserialport
+Cflags: -I${includedir}