Skip to content

Instantly share code, notes, and snippets.

@zmughal
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zmughal/11071982 to your computer and use it in GitHub Desktop.
Save zmughal/11071982 to your computer and use it in GitHub Desktop.
From caff15a7196f8428ea2dce8d2d81b61a1ede3b26 Mon Sep 17 00:00:00 2001
Date: Fri, 18 Apr 2014 21:18:06 -0500
Subject: [PATCH] fix pkg-config
---
lept.pc.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lept.pc.in b/lept.pc.in
index 8044ba8..c1b9492 100644
--- a/lept.pc.in
+++ b/lept.pc.in
@@ -1,3 +1,5 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/leptonica
--
1.9.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment