From 711d18e3b0b5da8f13a59fe57a0a242aea8ab155 Mon Sep 17 00:00:00 2001 From: Louis-Joseph Fournier Date: Sun, 3 Jan 2016 17:04:47 +0100 Subject: [PATCH] Libs: it is possible to use pulseaudio-dev --- Tuner.pro | 2 ++ harbour-sailtuner.pro | 1 + rpm/Makefile | 5 +++++ 3 files changed, 8 insertions(+) diff --git a/Tuner.pro b/Tuner.pro index 752f6ec..2a325ed 100644 --- a/Tuner.pro +++ b/Tuner.pro @@ -3,6 +3,8 @@ TARGET = Tuner CONFIG += c++11 +# PKGCONFIG += libpulse + SOURCES += \ src/desktop.cpp \ src/Tuner.cpp \ diff --git a/harbour-sailtuner.pro b/harbour-sailtuner.pro index f85a287..2fe49ec 100644 --- a/harbour-sailtuner.pro +++ b/harbour-sailtuner.pro @@ -4,6 +4,7 @@ TARGET = harbour-sailtuner CONFIG += c++11 sailfishapp sailfishapp_i18n sailfishapp_no_deploy_qml DEFINES += TARGET=\""$(TARGET")\" +# PKGCONFIG += libpulse RESOURCES += \ qml/sailfish.qrc diff --git a/rpm/Makefile b/rpm/Makefile index 722ee0d..6478d84 100644 --- a/rpm/Makefile +++ b/rpm/Makefile @@ -1,5 +1,10 @@ # helper to build for Sailfish with sdk engine +# to add pulseaudio dev to MerSDK: +# sudo zypper in pulseaudio-devel +# sb2 -t SailfishOS-i486-x86 -m sdk-install -R zypper in pulseaudio-devel +# sb2 -t SailfishOS-armv7hl -m sdk-install -R zypper in pulseaudio-devel + SAILFISHOS_DIR = $(HOME)/SailfishOS SSH_KEYS_DIR = $(SAILFISHOS_DIR)/vmshare/ssh/private_keys