diff options
author | Robert Bragg <robert@linux.intel.com> | 2013-11-29 16:49:08 +0000 |
---|---|---|
committer | Robert Bragg <robert@linux.intel.com> | 2014-01-09 16:03:17 +0000 |
commit | c2130e95560fbf53e75bd1e6c435c41a6af61a99 (patch) | |
tree | ed8b84803c506ca811fa7cdcea51964b3635db27 /cogl-gst | |
parent | 2f542b570b490952909cffe930e6f575f2b4caf2 (diff) | |
download | cogl-c2130e95560fbf53e75bd1e6c435c41a6af61a99.tar.gz |
Consistently name cogl-gst pkg-config files
This makes sure we install a cogl-gst-1.0.pc and
cogl-gst-2.0-experimental.pc file consistent with other sub-libraries
such that cogl-1.x packages can be parallel installed with cogl master.
Reviewed-by: Neil Roberts <neil@linux.intel.com>
Diffstat (limited to 'cogl-gst')
-rw-r--r-- | cogl-gst/Makefile.am | 4 | ||||
-rw-r--r-- | cogl-gst/cogl-gst-1.0.pc.in | 13 | ||||
-rw-r--r-- | cogl-gst/cogl-gst-2.0-experimental.pc.in | 13 |
3 files changed, 28 insertions, 2 deletions
diff --git a/cogl-gst/Makefile.am b/cogl-gst/Makefile.am index 621158ac..49c68ad9 100644 --- a/cogl-gst/Makefile.am +++ b/cogl-gst/Makefile.am @@ -60,8 +60,8 @@ libgstcogl_la_LDFLAGS = \ -avoid-version -no-undefined \ $(NULL) - -pc_files = cogl-gst.pc +pc_files = cogl-gst-1.0.pc \ + cogl-gst-2.0-experimental.pc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(pc_files) diff --git a/cogl-gst/cogl-gst-1.0.pc.in b/cogl-gst/cogl-gst-1.0.pc.in new file mode 100644 index 00000000..b3189ca0 --- /dev/null +++ b/cogl-gst/cogl-gst-1.0.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +apiversion=1.0 +requires=@COGL_PKG_REQUIRES@ cogl-1.0 + +Name: Cogl +Description: A GStreamer integration library for Cogl +Version: @COGL_1_VERSION@ +Libs: -L${libdir} -lcogl-gst +Cflags: -I${includedir}/cogl +Requires: ${requires} diff --git a/cogl-gst/cogl-gst-2.0-experimental.pc.in b/cogl-gst/cogl-gst-2.0-experimental.pc.in new file mode 100644 index 00000000..b3189ca0 --- /dev/null +++ b/cogl-gst/cogl-gst-2.0-experimental.pc.in @@ -0,0 +1,13 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +apiversion=1.0 +requires=@COGL_PKG_REQUIRES@ cogl-1.0 + +Name: Cogl +Description: A GStreamer integration library for Cogl +Version: @COGL_1_VERSION@ +Libs: -L${libdir} -lcogl-gst +Cflags: -I${includedir}/cogl +Requires: ${requires} |