diff options
author | Emmanuele Bassi <ebassi@gmail.com> | 2020-03-09 15:46:28 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gmail.com> | 2020-03-09 15:46:28 +0000 |
commit | 6f19dff2cd0071658e6e5caf158ec8f9b436258e (patch) | |
tree | db3f5f64c7360cfced6490aeda0d6499a2c9f51d | |
parent | f073630b56c61ac2d08d9a9a9822b4de72f0726f (diff) | |
parent | ec3d788e74ac4e55eb62912b18e5805261f718f7 (diff) | |
download | cogl-6f19dff2cd0071658e6e5caf158ec8f9b436258e.tar.gz |
Merge branch 'wip/smcv/fix-pkg-config-1.22' into 'cogl-1.22'
[1.22] Fix some pkg-config metadata
See merge request GNOME/cogl!13
-rw-r--r-- | cogl-gst/cogl-gst-1.0.pc.in | 2 | ||||
-rw-r--r-- | cogl-gst/cogl-gst-2.0-experimental.pc.in | 2 | ||||
-rw-r--r-- | cogl-pango/cogl-pango-1.0.pc.in | 2 | ||||
-rw-r--r-- | cogl-pango/cogl-pango-2.0-experimental.pc.in | 4 |
4 files changed, 5 insertions, 5 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..233714e0 100644 --- a/cogl-pango/cogl-pango-2.0-experimental.pc.in +++ b/cogl-pango/cogl-pango-2.0-experimental.pc.in @@ -3,11 +3,11 @@ 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 Version: @COGL_1_VERSION@ -Libs: -L${libdir} -lcoglpango +Libs: -L${libdir} -lcogl-pango Cflags: -I${includedir}/cogl Requires: ${requires} |