[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-92-g9729966
Colin Guthrie
gitmailer-noreply at 0pointer.de
Tue Sep 21 14:56:34 PDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The stable-queue branch has been updated
from 165cb87c3840ecfcfbe45846229304447be331b1 (commit)
- Log -----------------------------------------------------------------
9729966 Add a configure option to change 'udevrulesdir'
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 7 +++++++
src/Makefile.am | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 9729966ac35fee8d8a4638296b892475a9b8e88d
Author: Arun Raghavan <arun.raghavan at collabora.co.uk>
Date: Sun Dec 6 12:31:25 2009 +0530
Add a configure option to change 'udevrulesdir'
This patch serves two purposes:
1) Allows something other than the de-facto standard udev rules dir or
/lib/udev/rules.d to be used (the udev build system allows you to
customise this)
2) Allows a prefixed, non-root install (right now, the /lib/... path
is hard-coded into the build system
diff --git a/configure.ac b/configure.ac
index d15499c..c2ff066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1374,6 +1374,13 @@ AC_ARG_WITH(
AC_SUBST(modlibexecdir)
+AC_ARG_WITH(
+ [udev-rules-dir],
+ AS_HELP_STRING([--with-udev-rules-dir],[Directory where to install udev rules to (defaults to /lib/udev/rules.d)]),
+ [udevrulesdir=$withval], [udevrulesdir="/lib/udev/rules.d"])
+
+AC_SUBST(udevrulesdir)
+
AC_ARG_ENABLE(
[force-preopen],
AS_HELP_STRING([--enable-force-preopen],[Preopen modules, even when dlopen() is supported.]),
diff --git a/src/Makefile.am b/src/Makefile.am
index e7af61c..8dd5793 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,6 @@ pulselibexecdir=$(libexecdir)/pulse
xdgautostartdir=$(sysconfdir)/xdg/autostart
alsaprofilesetsdir=$(datadir)/pulseaudio/alsa-mixer/profile-sets
alsapathsdir=$(datadir)/pulseaudio/alsa-mixer/paths
-udevrulesdir=/lib/udev/rules.d
dbuspolicydir=$(sysconfdir)/dbus-1/system.d
###################################
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list