summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-08-27 14:57:34 +0100
committerSimon McVittie <smcv@debian.org>2020-02-24 11:39:47 +0000
commit8be62d3b3178a4e05faff8e28cfbb2344dcb7652 (patch)
tree038c6d4ba7abbe0b70f174dd9d861c6a35ec28a4
parentab139130643b10f46693a0c14f28fc43fb51f8ce (diff)
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> Gbp-Pq: Name cogl-pango-2.0-experimental.pc-Reference-correct-library-.patch
-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}