diff options
| author | Jaromír Mikeš <mira.mikes@seznam.cz> | 2017-10-09 16:20:19 +0200 |
|---|---|---|
| committer | IOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at> | 2017-10-09 16:32:02 +0200 |
| commit | a8fcb15e97739e3d00e2ebfbe60498530576f171 (patch) | |
| tree | 8c6523dec0285fd9457f6c50c02faf6eed490aee | |
| parent | 22c1e890f8bab16eebd89fab3395b7e6fc1d90ef (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.in | 2 |
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} |
