summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-28 14:22:41 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-03-28 14:22:41 -0300
commit1b3bdf3e10c12532ba363154176d329bada383a2 (patch)
tree22a29669bea03f71b7ef2faee7c0f10db10bdefe /pkgconfig
parent8fab61bd22ddf3a36d8cb98e232362f63deb61c2 (diff)
downloadgstreamer-plugins-good-1b3bdf3e10c12532ba363154176d329bada383a2.tar.gz
pkgconfig: Do not ever build an installed .pc file
Diffstat (limited to 'pkgconfig')
-rw-r--r--pkgconfig/gstreamer-plugins-good.pc.in14
-rw-r--r--pkgconfig/meson.build7
2 files changed, 0 insertions, 21 deletions
diff --git a/pkgconfig/gstreamer-plugins-good.pc.in b/pkgconfig/gstreamer-plugins-good.pc.in
deleted file mode 100644
index f0ea5c319..000000000
--- a/pkgconfig/gstreamer-plugins-good.pc.in
+++ /dev/null
@@ -1,14 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@/gstreamer-@GST_API_VERSION@
-pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
-
-
-Name: GStreamer Good Plugin libraries
-Description: Streaming media framework, bad plugins libraries
-Requires: gstreamer-@GST_API_VERSION@
-Version: @VERSION@
-Libs: -L${libdir}
-Cflags: -I${includedir}
-
diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build
index 617c96fdb..b3bf0d4d4 100644
--- a/pkgconfig/meson.build
+++ b/pkgconfig/meson.build
@@ -16,13 +16,6 @@ pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
pkg_files = ['gstreamer-plugins-good']
foreach p : pkg_files
- infile = p + '.pc.in'
- outfile = p + '-1.0.pc'
- configure_file(input : infile,
- output : outfile,
- configuration : pkgconf,
- install_dir : pkg_install_dir)
-
infile = p + '-uninstalled.pc.in'
outfile = p + '-1.0-uninstalled.pc'
configure_file(input : infile,