if user opens menu in parent window and then clicked child window, the menu wasn...
[freeglut] / freeglut.pc.in
index a5425cd..54340b3 100644 (file)
@@ -5,6 +5,6 @@ includedir=${prefix}/include
 Name: glut
 Description: A freely licensed and improved alternative to the GLUT library
 Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
-Libs: -L${libdir} -lglut
-Libs.private: @LIBS_PRIVATE@
-Cflags: -I${includedir}
+Libs: -L${libdir} -l@PC_LIBNAME@
+Libs.private: @PC_LIBS_PRIVATE@
+Cflags: -I${includedir} @PC_CFLAGS@