From daf318d02febd1c73bd970cf89e492f9d0b4719c Mon Sep 17 00:00:00 2001 From: Matthias Goldhoorn Date: Wed, 12 Nov 2014 15:50:46 +0100 Subject: [PATCH] Corrected package_config file. On multiarch the librarys got installed in lib64. Therefore take the libpath from the makefile and not assuming the lib directory from the install dir --- glew.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glew.pc.in b/glew.pc.in index d7f30a6..256daab 100644 --- a/glew.pc.in +++ b/glew.pc.in @@ -1,6 +1,6 @@ prefix=@prefix@ exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=@libdir@ includedir=${prefix}/include/GL Name: glew