summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-08-27 14:57:34 +0100
committerSimon McVittie <smcv@debian.org>2019-09-06 09:10:06 +0100
commitec3d788e74ac4e55eb62912b18e5805261f718f7 (patch)
tree3026f53eb8db0a5ec241e92891b1c187e0c7a1a8
parent3fd7741172f1368e96ead7a17821e7d7eb6b83ba (diff)
downloadcogl-ec3d788e74ac4e55eb62912b18e5805261f718f7.tar.gz
cogl-pango-2.0-experimental.pc: Reference correct library name
It's libcogl-pango.so, not libcoglpango.so. Signed-off-by: Simon McVittie <smcv@debian.org>
-rw-r--r--cogl-pango/cogl-pango-2.0-experimental.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cogl-pango/cogl-pango-2.0-experimental.pc.in b/cogl-pango/cogl-pango-2.0-experimental.pc.in
index 33018a34..233714e0 100644
--- a/cogl-pango/cogl-pango-2.0-experimental.pc.in
+++ b/cogl-pango/cogl-pango-2.0-experimental.pc.in
@@ -8,6 +8,6 @@ requires=@COGL_PKG_REQUIRES@ @COGL_PANGO_PKG_REQUIRES@ cogl-2.0-experimental
Name: Cogl
Description: An object oriented GL/GLES Abstraction/Utility Layer
Version: @COGL_1_VERSION@
-Libs: -L${libdir} -lcoglpango
+Libs: -L${libdir} -lcogl-pango
Cflags: -I${includedir}/cogl
Requires: ${requires}