summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaromír Mikeš <mira.mikes@seznam.cz>2017-10-09 16:20:19 +0200
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>2017-10-09 16:32:02 +0200
commita8fcb15e97739e3d00e2ebfbe60498530576f171 (patch)
tree8c6523dec0285fd9457f6c50c02faf6eed490aee
parent22c1e890f8bab16eebd89fab3395b7e6fc1d90ef (diff)
Dropped CPPFLAGS from generated pkg-config
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>
-rw-r--r--rtaudio.pc.in2
1 files changed, 1 insertions, 1 deletions
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}