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
This commit is contained in:
Matthias Goldhoorn 2014-11-12 15:50:46 +01:00
parent 06db711223
commit daf318d02f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
prefix=@prefix@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
libdir=@libdir@
includedir=${prefix}/include/GL
Name: glew