Skip to content

Instantly share code, notes, and snippets.

Created December 24, 2014 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d5524d8fcb402ddbae04 to your computer and use it in GitHub Desktop.
Save anonymous/d5524d8fcb402ddbae04 to your computer and use it in GitHub Desktop.
0001-build-require-libpulse-3.0-instead-of-5.0.patch
From 0f8f51965551ba4a4a787ccb881112f7add8fcbb Mon Sep 17 00:00:00 2001
From: Oleksandr Natalenko <oleksandr@natalenko.name>
Date: Wed, 24 Dec 2014 13:16:30 +0200
Subject: [PATCH] build: require libpulse >= 3.0 instead of 5.0
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 322c0de..d694155 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -42,7 +42,7 @@ pkg_check_modules(REQ
gtk+-2.0
REQUIRED)
-pkg_check_modules(PULSEAUDIO libpulse>=5.0)
+pkg_check_modules(PULSEAUDIO libpulse>=3.0)
if (${PULSEAUDIO_FOUND})
add_definitions(-DUSE_PULSEAUDIO)
--
1.8.3.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment