rtaudio: hide private dependencies

This commit is contained in:
Orivej Desh 2020-03-23 02:08:54 +00:00
parent 8926682673
commit fa456f45bc
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1pglnjz907ajlhnlnig3p0sx7hdkpggr8ss7b3wzf1lykzgv9l52";
};
patches = [ ./rtaudio-pkgconfig.patch ];
enableParallelBuilding = true;
buildInputs = [ autoconf automake libtool libjack2 alsaLib pulseaudio rtmidi ];

View File

@ -0,0 +1,5 @@
--- a/rtaudio.pc.in
+++ b/rtaudio.pc.in
@@ -9 +9 @@ Version: @PACKAGE_VERSION@
-Requires: @req@
+Requires.private: @req@