diff options
author | David Robillard <d@drobilla.net> | 2019-07-21 23:02:48 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-21 23:20:19 +0200 |
commit | 99e18246563ef67b1ed8da8e8915af80d30c989c (patch) | |
tree | 9ee04cf4bf2da4b98d04095bcbb73faacf08f1f2 | |
parent | 94f74fa92e677e28c1ef560f9a8a039f9cf69579 (diff) | |
download | pugl-99e18246563ef67b1ed8da8e8915af80d30c989c.tar.gz pugl-99e18246563ef67b1ed8da8e8915af80d30c989c.tar.bz2 pugl-99e18246563ef67b1ed8da8e8915af80d30c989c.zip |
Use the standard blurb in pkg-config description
-rw-r--r-- | pugl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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@ |