From d13a710fc0f362a98438db9a55b56136d58c94cc Mon Sep 17 00:00:00 2001
From: Julian Ospald <hasufell@posteo.de>
Date: Sun, 5 Feb 2017 15:42:55 +0100
Subject: [PATCH 1/2] Fix wxsqlite3.pc
Upstream: pending https://github.com/utelle/wxsqlite3/pull/10

For more information see https://autotools.io/pkgconfig/file-format.html
---
 wxsqlite3.pc.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wxsqlite3.pc.in b/wxsqlite3.pc.in
index 65ea404..39fe17a 100644
--- a/wxsqlite3.pc.in
+++ b/wxsqlite3.pc.in
@@ -1,9 +1,9 @@
 # Package Information for pkg-config
 
-prefix=/usr
+prefix=@prefix@
 wxver=@WX_VERSION_MAJOR@.@WX_VERSION_MINOR@
-includedir=${prefix}/include/wx-${wxver}/
-libdir=${prefix}/@LIBDIR@
+includedir=@includedir@
+libdir=@libdir@
 
 Name: wxsqlite3-@WX_VERSION_MAJOR@.@WX_VERSION_MINOR@
 Description: SQLite3 C++ wrapper for use in programs based on wxWidgets
-- 
2.11.0