mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
pkgconfig: Do not ever build an installed .pc file
This commit is contained in:
parent
8fab61bd22
commit
1b3bdf3e10
2 changed files with 0 additions and 21 deletions
|
@ -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}
|
||||
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue