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>
This commit is contained in:
Simon McVittie 2019-08-27 14:57:34 +01:00
parent 3fd7741172
commit ec3d788e74
1 changed files with 1 additions and 1 deletions

View File

@ -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}