mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
pkgconfig: generate sctp lib .pc file also with Meson build
and fix up autotools definition now that it's not conditional any more.
This commit is contained in:
parent
05917e127d
commit
287c419784
2 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,7 @@ pcverfiles = \
|
|||
gstreamer-insertbin-@GST_API_VERSION@.pc \
|
||||
gstreamer-mpegts-@GST_API_VERSION@.pc \
|
||||
gstreamer-player-@GST_API_VERSION@.pc \
|
||||
gstreamer-sctp-@GST_API_VERSION@.pc \
|
||||
gstreamer-webrtc-@GST_API_VERSION@.pc \
|
||||
gstreamer-bad-audio-@GST_API_VERSION@.pc \
|
||||
gstreamer-bad-video-@GST_API_VERSION@.pc
|
||||
|
@ -16,13 +17,11 @@ pcverfiles_uninstalled = \
|
|||
gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-player-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-sctp-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-webrtc-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-bad-audio-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc
|
||||
|
||||
pcverfiles += gstreamer-sctp-@GST_API_VERSION@.pc
|
||||
pcverfiles_uninstalled += gstreamer-sctp-@GST_API_VERSION@-uninstalled.pc
|
||||
|
||||
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
|
||||
|
||||
cp_verbose = $(cp_verbose_$(V))
|
||||
|
|
|
@ -30,6 +30,7 @@ pkg_libs = [
|
|||
'mpegts',
|
||||
'player',
|
||||
'plugins-bad',
|
||||
'sctp',
|
||||
'webrtc',
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue