From 1b83ab7525a5298ee21edc7f91453cb30d5c25c2 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Wed, 18 Mar 2015 17:57:22 +0000 Subject: [PATCH] added code to support compilation on the Raspberry Pi (not enabled) --- Jamulus.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jamulus.pro b/Jamulus.pro index 4d2b1376..f785b1e5 100755 --- a/Jamulus.pro +++ b/Jamulus.pro @@ -84,6 +84,9 @@ win32 { LIBS += -ljack } + # enable to following line to support compilation on the Raspberry Pi + #LIBS += -lrt + # Linux is our source distribution, include sources from other OSs DISTFILES += mac/sound.h \ mac/sound.cpp \