Comment 29 for bug 829051

Revision history for this message
Leo Iannacone (l3on) wrote :

Fix pulseaudio recognition without requiring a rebuild each
 time pulseaudio gets an update.

 Changed File: src/paprefs.cc
  Based on: 4fcee37cb92c689b43a0d8fc1d8e6b2764834cbf Mon Sep 17 00:00:00 2001
  From: Colin Guthrie
  Date: Sun, 6 Nov 2011 14:31:27 +0000
  Subject: [PATCH] Do not require a recompile for each new PA version in order to detect the modules.

 Changed Files: configure*
  In Ubuntu and Debian the command:
    `pkg-config libpulse --variable libdir'
  returns the path: /usr/lib/i386-linux-gnu
  But libpulse modules are located in /usr/lib.
  So, it's better use:
    `pkg-config libpulse --variable exec_prefix'/lib
  to right get the location prefix of modules.

  Version 0.9.10 also affected.