aboutsummaryrefslogtreecommitdiffstats
path: root/pugl.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-21 23:02:48 +0200
committerDavid Robillard <d@drobilla.net>2019-07-21 23:20:19 +0200
commit99e18246563ef67b1ed8da8e8915af80d30c989c (patch)
tree9ee04cf4bf2da4b98d04095bcbb73faacf08f1f2 /pugl.pc.in
parent94f74fa92e677e28c1ef560f9a8a039f9cf69579 (diff)
downloadpugl-99e18246563ef67b1ed8da8e8915af80d30c989c.tar.gz
pugl-99e18246563ef67b1ed8da8e8915af80d30c989c.tar.bz2
pugl-99e18246563ef67b1ed8da8e8915af80d30c989c.zip
Use the standard blurb in pkg-config description
Diffstat (limited to 'pugl.pc.in')
-rw-r--r--pugl.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pugl.pc.in b/pugl.pc.in
index d3606cd..16071b5 100644
--- a/pugl.pc.in
+++ b/pugl.pc.in
@@ -5,6 +5,6 @@ includedir=@INCLUDEDIR@
Name: Pugl
Version: @PUGL_VERSION@
-Description: Lightweight portable OpenGL API
+Description: Minimal portable API for embeddable GUIs
Libs: -L${libdir} -l@LIB_PUGL@
Cflags: -I${includedir}/pugl-@PUGL_MAJOR_VERSION@