mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
meson: don't install -uninstalled.pc file
https://bugzilla.gnome.org/show_bug.cgi?id=786457
This commit is contained in:
parent
7f68de02cc
commit
fdd6479f4b
1 changed files with 2 additions and 5 deletions
|
@ -17,11 +17,8 @@ pkg_install_dir = '@0@/pkgconfig'.format(get_option('libdir'))
|
|||
configure_file(input : 'gstreamer-rtsp-server.pc.in',
|
||||
output : 'gstreamer-rtsp-server-1.0.pc',
|
||||
configuration : pkgconf,
|
||||
install_dir : pkg_install_dir,
|
||||
)
|
||||
install_dir : pkg_install_dir)
|
||||
|
||||
configure_file(input : 'gstreamer-rtsp-server-uninstalled.pc.in',
|
||||
output : 'gstreamer-rtsp-server-1.0-uninstalled.pc',
|
||||
configuration : pkgconf,
|
||||
install_dir : pkg_install_dir
|
||||
)
|
||||
configuration : pkgconf)
|
||||
|
|
Loading…
Reference in a new issue