X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut.pc.in;h=54340b3747482dac11c7925f89fd4f5b7281e2cc;hb=4a451851ec51ea7c3b79534fa5faebadceedf4df;hp=57b9ea0fc23834c76b00c013cf40b8d2117f04c7;hpb=091b26aaa1610f8762beffd84e1e5ae2062b6289;p=freeglut diff --git a/freeglut.pc.in b/freeglut.pc.in index 57b9ea0..54340b3 100644 --- a/freeglut.pc.in +++ b/freeglut.pc.in @@ -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: -L${libdir} -l@PC_LIBNAME@ Libs.private: @PC_LIBS_PRIVATE@ Cflags: -I${includedir} @PC_CFLAGS@