summaryrefslogtreecommitdiffstats
path: root/package/qextserialport/qextserialport-pkgconfig.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-06-02 18:13:55 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-03 18:35:40 +0100
commit7eca96e65f750e40d5cb558acf45b906bb6453e6 (patch)
tree146d370a51878582797c5bc380bd8fc93482842e /package/qextserialport/qextserialport-pkgconfig.patch
parent51f3425e3d6c69758c071b9327eecaa14b5e053a (diff)
downloadbuildroot-novena-7eca96e65f750e40d5cb558acf45b906bb6453e6.tar.gz
buildroot-novena-7eca96e65f750e40d5cb558acf45b906bb6453e6.zip
qextserialport: new package
[Peter: adjust for BR changes] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qextserialport/qextserialport-pkgconfig.patch')
-rw-r--r--package/qextserialport/qextserialport-pkgconfig.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/package/qextserialport/qextserialport-pkgconfig.patch b/package/qextserialport/qextserialport-pkgconfig.patch
new file mode 100644
index 000000000..d67f3fcbb
--- /dev/null
+++ b/package/qextserialport/qextserialport-pkgconfig.patch
@@ -0,0 +1,19 @@
+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}