pkgconfig: Do not ever build an installed .pc file

This commit is contained in:
Thibault Saunier 2017-03-28 14:22:41 -03:00
parent 8fab61bd22
commit 1b3bdf3e10
2 changed files with 0 additions and 21 deletions

View file

@ -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}

View file

@ -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,