pkgconfig: sctp lib does not depend on external sctp library

So install .pc files unconditionally.
This commit is contained in:
Tim-Philipp Müller 2018-09-22 17:37:42 +01:00
parent 23feed7545
commit 05917e127d

View file

@ -20,10 +20,8 @@ pcverfiles_uninstalled = \
gstreamer-bad-audio-@GST_API_VERSION@-uninstalled.pc \
gstreamer-bad-video-@GST_API_VERSION@-uninstalled.pc
if USE_SCTP
pcverfiles += gstreamer-sctp-@GST_API_VERSION@.pc
pcverfiles_uninstalled += gstreamer-sctp-@GST_API_VERSION@-uninstalled.pc
endif
all-local: $(pcverfiles) $(pcverfiles_uninstalled)