aboutsummaryrefslogtreecommitdiff
path: root/pugl.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pugl.pc.in')
-rw-r--r--pugl.pc.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/pugl.pc.in b/pugl.pc.in
index 16071b5..531cd54 100644
--- a/pugl.pc.in
+++ b/pugl.pc.in
@@ -3,8 +3,9 @@ exec_prefix=@EXEC_PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
-Name: Pugl
+Name: @NAME@
+Description: @DESCRIPTION@
Version: @PUGL_VERSION@
-Description: Minimal portable API for embeddable GUIs
-Libs: -L${libdir} -l@LIB_PUGL@
+Requires: @REQUIRES@
+Libs: -L${libdir} @LIBS@
Cflags: -I${includedir}/pugl-@PUGL_MAJOR_VERSION@