projects
/
platform
/
upstream
/
gst-rtsp-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f68de0
)
meson: don't install -uninstalled.pc file
author
Tim-Philipp Müller
<tim@centricular.com>
Fri, 18 Aug 2017 16:37:01 +0000
(17:37 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Fri, 18 Aug 2017 16:37:01 +0000
(17:37 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=786457
pkgconfig/meson.build
patch
|
blob
|
history
diff --git
a/pkgconfig/meson.build
b/pkgconfig/meson.build
index
f10d572
..
8ed8299
100644
(file)
--- a/
pkgconfig/meson.build
+++ b/
pkgconfig/meson.build
@@
-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)