pkgconfig: sctp lib does not depend on external sctp library
authorTim-Philipp Müller <tim@centricular.com>
Sat, 22 Sep 2018 16:37:42 +0000 (17:37 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 22 Sep 2018 16:37:42 +0000 (17:37 +0100)
So install .pc files unconditionally.

pkgconfig/Makefile.am

index 4bea82d..63a14c2 100644 (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)