summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-08-27 11:56:49 +0100
committerSimon McVittie <smcv@debian.org>2019-09-06 09:08:53 +0100
commit3fd7741172f1368e96ead7a17821e7d7eb6b83ba (patch)
tree2191f9a33d6b8e06f6a7af904878903220104902
parentb7915c45ff71785efb9888c412ceb794b60395a6 (diff)
downloadcogl-3fd7741172f1368e96ead7a17821e7d7eb6b83ba.tar.gz
gst, pango: Add missing pkg-config dependencies
Adding automated tests for the Debian -dev packages, which link a trivial program to the pkg-config module under test, revealed that these .pc files were not self-contained. Add the necessary dependencies for linking to succeed. Signed-off-by: Simon McVittie <smcv@debian.org>
-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