Dropped CPPFLAGS from generated pkg-config
authorJaromír Mikeš <mira.mikes@seznam.cz>
Mon, 9 Oct 2017 14:20:19 +0000 (16:20 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Mon, 9 Oct 2017 14:32:02 +0000 (16:32 +0200)
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 <zmoelnig@umlautQ.umlaeute.mur.at>
rtaudio.pc.in

index e0aa401457f2a8827f9c99ba02f399887fd3340e..ea233956501de0863c4085447f8c4e22d9ab5e4d 100644 (file)
@@ -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}