From a8fcb15e97739e3d00e2ebfbe60498530576f171 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jarom=C3=ADr=20Mike=C5=A1?= Date: Mon, 9 Oct 2017 16:20:19 +0200 Subject: [PATCH] Dropped CPPFLAGS from generated pkg-config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CPPFLAGS are needed to compile rtaudio. these are not the same flags as needed for compiling an application using rtaudio. sometimes this is even harmful. Closes: https://github.com/thestk/rtaudio/issues/103 Signed-off-by: IOhannes m zmölnig --- rtaudio.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtaudio.pc.in b/rtaudio.pc.in index e0aa401..ea23395 100644 --- a/rtaudio.pc.in +++ b/rtaudio.pc.in @@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@ Requires: @req@ Libs: -L${libdir} -lrtaudio Libs.private: -lpthread -Cflags: -pthread -I${includedir} @CPPFLAGS@ +Cflags: -pthread -I${includedir}