projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23feed7
)
pkgconfig: sctp lib does not depend on external sctp library
author
Tim-Philipp Müller
<tim@centricular.com>
Sat, 22 Sep 2018 16:37:42 +0000
(17:37 +0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/pkgconfig/Makefile.am
b/pkgconfig/Makefile.am
index
4bea82d
..
63a14c2
100644
(file)
--- a/
pkgconfig/Makefile.am
+++ b/
pkgconfig/Makefile.am
@@
-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)