package/vlc: backport upstream patches to fix compat function for static_assert
[buildroot-gz.git] / package / qextserialport / 0003-pkgconfig.patch
blobd67f3fcbb377a918b9098e922ba84002cb0c26b3
1 Add a pkgconfig file to ease usage with applications
3 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 Index: qextserialport-ef4af2a2ee3f/qextserialport.pc
6 ===================================================================
7 --- /dev/null
8 +++ qextserialport-ef4af2a2ee3f/qextserialport.pc
9 @@ -0,0 +1,10 @@
10 +prefix=/usr
11 +exec_prefix=${prefix}
12 +libdir=${prefix}/lib
13 +includedir=${prefix}/include/QExtSerialPort
15 +Name: QtExtSerialPort
16 +Description: QtExtSerialPort library
17 +Version: 1.2.0
18 +Libs: -L${libdir} -lqextserialport
19 +Cflags: -I${includedir}