summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-08-27 11:56:49 +0100
committerSimon McVittie <smcv@debian.org>2020-02-24 11:39:47 +0000
commitab139130643b10f46693a0c14f28fc43fb51f8ce (patch)
tree3e6cf8f792b8fc10ffe4741bd5e414522ad78148
parentff184d8da4f029803f2022c6b8c96fcdd9fd8fdb (diff)
gst, pango: Add missing pkg-config dependencies
Signed-off-by: Simon McVittie <smcv@debian.org> Gbp-Pq: Name gst-pango-Add-missing-pkg-config-dependencies.patch
-rw-r--r--cogl-gst/cogl-gst-1.0.pc.in2
-rw-r--r--cogl-gst/cogl-gst-2.0-experimental.pc.in2
-rw-r--r--cogl-pango/cogl-pango-1.0.pc.in2
-rw-r--r--cogl-pango/cogl-pango-2.0-experimental.pc.in2
4 files changed, 4 insertions, 4 deletions
diff --git a/cogl-gst/cogl-gst-1.0.pc.in b/cogl-gst/cogl-gst-1.0.pc.in
index b3189ca0..22c2b61a 100644
--- a/cogl-gst/cogl-gst-1.0.pc.in
+++ b/cogl-gst/cogl-gst-1.0.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
apiversion=1.0
-requires=@COGL_PKG_REQUIRES@ cogl-1.0
+requires=@COGL_PKG_REQUIRES@ @COGL_GST_PKG_REQUIRES@ cogl-1.0
Name: Cogl
Description: A GStreamer integration library for Cogl
diff --git a/cogl-gst/cogl-gst-2.0-experimental.pc.in b/cogl-gst/cogl-gst-2.0-experimental.pc.in
index 3a82751d..5eb1c8f2 100644
--- a/cogl-gst/cogl-gst-2.0-experimental.pc.in
+++ b/cogl-gst/cogl-gst-2.0-experimental.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
apiversion=@COGL_API_VERSION@
-requires=@COGL_PKG_REQUIRES@ cogl-2.0-experimental
+requires=@COGL_PKG_REQUIRES@ @COGL_GST_PKG_REQUIRES@ cogl-2.0-experimental
Name: Cogl
Description: A GStreamer integration library for Cogl
diff --git a/cogl-pango/cogl-pango-1.0.pc.in b/cogl-pango/cogl-pango-1.0.pc.in
index e105de90..ee6f1a2f 100644
--- a/cogl-pango/cogl-pango-1.0.pc.in
+++ b/cogl-pango/cogl-pango-1.0.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
apiversion=1.0
-requires=@COGL_PKG_REQUIRES@ cogl-1.0
+requires=@COGL_PKG_REQUIRES@ @COGL_PANGO_PKG_REQUIRES@ cogl-1.0
Name: Cogl
Description: An object oriented GL/GLES Abstraction/Utility Layer
diff --git a/cogl-pango/cogl-pango-2.0-experimental.pc.in b/cogl-pango/cogl-pango-2.0-experimental.pc.in
index 98eb16ae..33018a34 100644
--- a/cogl-pango/cogl-pango-2.0-experimental.pc.in
+++ b/cogl-pango/cogl-pango-2.0-experimental.pc.in
@@ -3,7 +3,7 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
apiversion=@COGL_API_VERSION@
-requires=@COGL_PKG_REQUIRES@ cogl-2.0-experimental
+requires=@COGL_PKG_REQUIRES@ @COGL_PANGO_PKG_REQUIRES@ cogl-2.0-experimental
Name: Cogl
Description: An object oriented GL/GLES Abstraction/Utility Layer