From 8f3f6064f8a63c458b8e70c68b70fdb2dea50758 Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Wed, 17 Oct 2018 09:31:40 +0100 Subject: Remove *.private fields from pkg-config files This avoids unnecessary dependencies which are only needed when building static libraries. It also removes the unused dependency on glu. Forwarded: not-needed Gbp-Pq: Name 06_pkgconfig-libs-private.patch --- tools/pkg-config/sfml-audio.pc.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools/pkg-config/sfml-audio.pc.in') diff --git a/tools/pkg-config/sfml-audio.pc.in b/tools/pkg-config/sfml-audio.pc.in index 0d7a3ce..7456daa 100644 --- a/tools/pkg-config/sfml-audio.pc.in +++ b/tools/pkg-config/sfml-audio.pc.in @@ -8,8 +8,5 @@ Description: The Simple and Fast Multimedia Library, audio module. URL: http://www.sfml-dev.org Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ Requires: sfml-system -Requires.private: openal, vorbisenc, vorbisfile, vorbis, ogg, flac Libs: -L${libdir} -lsfml-audio -# openal may be a system framework -Libs.private: @OPENAL_LIBRARY@ Cflags: -I${includedir} -- cgit v1.2.3