Emit the correct LIBNAME to .pc files
authorRay Donnelly <mingw.android@gmail.com>
Tue, 12 Jan 2016 21:09:00 +0000 (21:09 +0000)
committerDiederick Niehorster <dcnieho@gmail.com>
Tue, 12 Jan 2016 21:09:00 +0000 (21:09 +0000)
commit8e61d8288d0da4bb834cf6de33ac24320321693f
tree725b00601498d73e5b127eadfbd228a782663bc9
parentbbab633540758fcd520c94370db9f5fb6bb01bc3
Emit the correct LIBNAME to .pc files

Irrespective of "FREEGLUT_REPLACE_GLUT" being set to "No" or being on
Win32 where this variable does not even exist, the .pc file contained
Libs: -L${libdir} -lglut

Instead, emit the correct value.

(cherry picked from commit d06589f55c87370d388dec333f4bff35c29762f3)

(cherry picked from commit d06589f55c87370d388dec333f4bff35c29762f3)

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@1781 7f0cb862-5218-0410-a997-914c9d46530a
CMakeLists.txt